summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-01-28 13:35:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-01-28 13:35:09 +0000
commitc8f119883f0be4df2005f6206b54a47f1f75bb9e (patch)
treeaf47b442ba1e869f27368b65837599a353f46c30 /include
parentdd29bd4fb09e161f4afcee6e62e26d80270f5d8b (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index 171562f2ca25..1da1721c6c98 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.45.2.4 1997/09/10 07:18:44 peter Exp $
+# $Id: Makefile,v 1.45.2.5 1998/01/27 16:23:37 jdp Exp $
#
# Doing a make install builds /usr/include
#
@@ -16,8 +16,8 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
mpool.h ndbm.h netdb.h nl_types.h nlist.h paths.h pthread.h \
pthread_np.h pwd.h ranlib.h regex.h regexp.h resolv.h rune.h \
runetype.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h \
- stdlib.h string.h strings.h struct.h sysexits.h tar.h time.h \
- timers.h ttyent.h unistd.h utime.h utmp.h vis.h
+ stdlib.h string.h stringlist.h strings.h struct.h sysexits.h \
+ tar.h time.h timers.h ttyent.h unistd.h utime.h utmp.h vis.h
.if defined(WANT_CSRG_LIBM)
FILES+= math.h
.endif