diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-04 20:49:28 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-04 20:49:28 +0000 |
commit | 85ada48073741a0dd221bcfe55807caa8f134e79 (patch) | |
tree | a2cfe8bb913ef837a976b6566a19b1b8153714d4 /include/Makefile | |
parent | 5e44d04ddedddb0b4867a7f5251fde60df348501 (diff) | |
download | FreeBSD-src-85ada48073741a0dd221bcfe55807caa8f134e79.zip FreeBSD-src-85ada48073741a0dd221bcfe55807caa8f134e79.tar.gz |
histedit.h is now installed from here, not from libedit.
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index f57b70c..f0f995b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.5 1994/08/04 19:04:38 wollman Exp $ +# $Id: Makefile,v 1.6 1994/08/04 20:39:19 wollman Exp $ # # Doing a make install builds /usr/include # @@ -11,7 +11,8 @@ all clean cleandir depend lint tags: SUBDIR= rpcsvc # XXX MISSING: mp.h FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ - err.h fnmatch.h fstab.h fts.h glob.h grp.h kvm.h limits.h link.h \ + err.h fnmatch.h fstab.h fts.h glob.h grp.h histedit.h kvm.h \ + limits.h link.h \ locale.h \ math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h \ ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h \ |