diff options
author | pst <pst@FreeBSD.org> | 1994-09-29 21:17:49 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-29 21:17:49 +0000 |
commit | ae9edbb62f6fe30d47cb241f895757aff7b9486b (patch) | |
tree | 705fccfa786e1f6a0a29ca88496eed12fd4512f5 /include | |
parent | c438251e56a750d87131573f2811a96a77747801 (diff) | |
download | FreeBSD-src-ae9edbb62f6fe30d47cb241f895757aff7b9486b.zip FreeBSD-src-ae9edbb62f6fe30d47cb241f895757aff7b9486b.tar.gz |
skey.h has moved elsewhere
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index c8402ac..816562d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.12 1994/09/08 10:36:30 bde Exp $ +# $Id: Makefile,v 1.13 1994/09/15 20:07:18 bde Exp $ # # Doing a make install builds /usr/include # @@ -14,7 +14,7 @@ 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 histedit.h kvm.h \ limits.h link.h locale.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 sgtty.h signal.h skey.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 ttyent.h tzfile.h unistd.h utime.h \ utmp.h vis.h |