summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--socket/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f56758318..c31c10c350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1999-10-30 Ulrich Drepper <drepper@cygnus.com>
+ * socket/Makefile (distribute): Add ifreq.h.
+
* manual/time.texi (Formatting Date and Time): Revise comments about
origins of the formats with ISO C99 references.
diff --git a/socket/Makefile b/socket/Makefile
index 360a1dc753..d68461e16e 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -28,4 +28,6 @@ routines := accept bind connect getpeername getsockname getsockopt \
listen recv recvfrom recvmsg send sendmsg sendto \
setsockopt shutdown socket socketpair isfdtype opensock
+distribute := ifreq.h
+
include ../Rules