diff options
-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 |