From 59cacc8162df151f12590ea4918cccb624abc275 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 5 Sep 1998 03:58:56 +0000 Subject: * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers): Don't add netinet/udp.h, netinet/ip_icmp.h here. * sysdeps/gnu/Makefile: Do it here instead. * sysdeps/unix/sysv/linux/Dist: Move those files from here ... * sysdeps/gnu/Dist: ... to here. --- sysdeps/gnu/Dist | 3 +++ sysdeps/gnu/Makefile | 5 +++++ 2 files changed, 8 insertions(+) (limited to 'sysdeps/gnu') diff --git a/sysdeps/gnu/Dist b/sysdeps/gnu/Dist index d20d528..afbfd72 100644 --- a/sysdeps/gnu/Dist +++ b/sysdeps/gnu/Dist @@ -1,3 +1,6 @@ errlist.awk utmpx.h bits/utmpx.h +netinet/tcp.h +netinet/udp.h +netinet/ip_icmp.h diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 77f0b23..48932c3 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -35,3 +35,8 @@ sysdep_routines += setutxent getutxent endutxent getutxid getutxline \ sysdep_headers += utmpx.h bits/utmpx.h endif + + +ifeq ($(subdir),inet) +sysdep_headers += netinet/udp.h netinet/ip_icmp.h +endif -- cgit v1.1