aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-20 13:42:26 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-20 13:42:26 +0000
commit976cca3578e512b6d4ed3dbb3ec17afa6e3e5bf3 (patch)
tree3582d45c77de58088138769559694a10c27084d1 /include
parent9e04d4c7f530cb5d41d1301c926a566642ba3c87 (diff)
downloadsrc-976cca3578e512b6d4ed3dbb3ec17afa6e3e5bf3.tar.gz
src-976cca3578e512b6d4ed3dbb3ec17afa6e3e5bf3.zip
Fixed CLEANFILES. osreldate was missing.
Cleaned up LDIRS line.
Notes
Notes: svn path=/head/; revision=18420
Diffstat (limited to 'include')
-rw-r--r--include/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile
index 6b31bb3df7ab..e60a9387a627 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.42 1996/08/30 19:37:14 peter Exp $
+# $Id: Makefile,v 1.43 1996/09/01 17:54:25 adam Exp $
#
# Doing a make install builds /usr/include
#
@@ -8,7 +8,7 @@
#
all depend lint tags:
-CLEANFILES=version vers.c
+CLEANFILES= osreldate.h version vers.c
SUBDIR= rpcsvc
FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h \
@@ -32,7 +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 netatalk netinet netipx netkey nfs pccard sys vm \
+ # netccitt netiso netns
LUDIR= ufs
UDIRS= ufs/ffs ufs/lfs ufs/mfs ufs/ufs