diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-17 18:44:56 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-17 18:44:56 +0000 |
commit | cf3c4df72dbd3a64cccf5064b546f0116502ff57 (patch) | |
tree | 7be489ab7da48c567068e8f4d2c7e339c7501abc /include | |
parent | 04d59a46c0c8496d8fbc9740d186c5fd85b88308 (diff) | |
download | src-cf3c4df72dbd3a64cccf5064b546f0116502ff57.tar.gz src-cf3c4df72dbd3a64cccf5064b546f0116502ff57.zip |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index e60a9387a627..30263415388b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.43 1996/09/01 17:54:25 adam Exp $ +# $Id: Makefile,v 1.44 1996/09/20 13:42:26 bde Exp $ # # Doing a make install builds /usr/include # @@ -32,8 +32,8 @@ RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \ MFILES= float.h floatingpoint.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h -LDIRS= net netatalk netinet netipx netkey nfs pccard sys vm \ - # netccitt netiso netns +LDIRS= net netns netatalk netinet netipx netkey nfs pccard sys vm \ + # netccitt netiso LUDIR= ufs UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs |