diff options
author | wollman <wollman@FreeBSD.org> | 1996-06-15 18:05:36 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-06-15 18:05:36 +0000 |
commit | 460b45878e0334c4c0053e5eaba158b8156a87c2 (patch) | |
tree | d25f566db5363a896846683bf39b58e1aca5a7e2 /include | |
parent | ed99f5eec336739f70c16fca03d7bfcfa8b59b6b (diff) | |
download | FreeBSD-src-460b45878e0334c4c0053e5eaba158b8156a87c2.zip FreeBSD-src-460b45878e0334c4c0053e5eaba158b8156a87c2.tar.gz |
Add `netkey' to list of kernel directories to include in /usr/include.
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 822da5a..83efb56 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.35 1996/02/14 15:17:53 wollman Exp $ +# $Id: Makefile,v 1.36 1996/06/04 21:30:35 phk Exp $ # # Doing a make install builds /usr/include # @@ -26,7 +26,7 @@ MFILES= float.h floatingpoint.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h DIRS= arpa protocols rpc -LDIRS= net netinet netipx nfs pccard sys vm #netccitt netiso netns +LDIRS= net netinet netipx netkey nfs pccard sys vm #netccitt netiso netns LUDIR= ufs UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs |