]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/Makefile
update from main archive 970218
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / Makefile
index e02ee8cfe471be4f26d7bda5fcdbbcd5d1ab3693..ad77f8872cf32d9f1f7375d3d41fa7d4c8a427bf 100644 (file)
@@ -10,7 +10,8 @@ sysdep_routines += sysctl clone llseek
 sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h sys/mtio.h \
                  sys/module.h sys/io.h sys/klog.h sys/kdaemon.h \
                  sys/user.h syscall-list.h sys/sysmacros.h sys/procfs.h \
-                 sys/debugreg.h sys/kd.h sys/soundcard.h sys/vt.h
+                 sys/debugreg.h sys/kd.h sys/soundcard.h sys/vt.h \
+                 sys/quota.h
 
 # Generate the list of SYS_* macros for the system calls (__NR_* macros).
 $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/sys/syscall.h
@@ -52,7 +53,9 @@ inhibit-siglist := yes
 endif
 
 ifeq ($(subdir),inet)
-sysdep_headers += netinet/in_systm.h sys/socketvar.h
+sysdep_headers += netinet/in_systm.h netinet/udp.h netinet/icmp.h \
+                 netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
+                 netinet/ip_fw.h  netinet/ip_icmp.h sys/socketvar.h
 endif
 
 # Don't compile the ctype glue code, since there is no old non-GNU C library.