diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-03 00:08:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-03 00:08:25 +0000 |
commit | a943c9803d308825adde702a70a9e15b2648809e (patch) | |
tree | 97eb131860602b96b115a2fff0b0204eb1fe5e1f | |
parent | bf36b65b0db47d8e032729b3cba5b6d8269cd1f4 (diff) |
Back out stringlist
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 961cc4ddc3b..37c10c3d924 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 1997/02/02 23:18:43 millert Exp $ +# $OpenBSD: Makefile,v 1.36 1997/02/03 00:08:24 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -14,7 +14,7 @@ FILES= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ malloc.h math.h md4.h md5.h memory.h mpool.h ndbm.h netdb.h \ netgroup.h nlist.h nl_types.h olf_abi.h paths.h poll.h pwd.h \ ranlib.h re_comp.h regex.h resolv.h search.h setjmp.h sgtty.h \ - sha1.h signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \ + sha1.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \ strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ unistd.h utime.h utmp.h vis.h |