diff options
author | jkh <jkh@FreeBSD.org> | 1996-10-17 18:44:56 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-10-17 18:44:56 +0000 |
commit | d0d507caa9d6718e7f6699bae600f120362f59b7 (patch) | |
tree | 7be489ab7da48c567068e8f4d2c7e339c7501abc /include/Makefile | |
parent | 53410b6ff1ac5ed2ff0aa1a7fd0858dfbecf0e80 (diff) | |
download | FreeBSD-src-d0d507caa9d6718e7f6699bae600f120362f59b7.zip FreeBSD-src-d0d507caa9d6718e7f6699bae600f120362f59b7.tar.gz |
Add back netns
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index e60a938..3026341 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 |