summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-10-31 00:42:20 +0000
committerats <ats@FreeBSD.org>1994-10-31 00:42:20 +0000
commit5d3eef2577ba384812bf3473b2240d00dbc4898a (patch)
treedc458423b91542c5cbfc8723d2a863de13091c3c /include
parentc45ff33f5fd06bf57a411e8bb8081569c5e769a2 (diff)
downloadFreeBSD-src-5d3eef2577ba384812bf3473b2240d00dbc4898a.zip
FreeBSD-src-5d3eef2577ba384812bf3473b2240d00dbc4898a.tar.gz
Delete the clean and cleandir target and let the bsd.prog.mk do the
work. Error was with the private clean/cleandir pair, the obj under include/rpcsvc doesn't get cleaned out.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index d576d1d..b29124f 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,12 +1,12 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.16 1994/10/03 04:15:54 bde Exp $
+# $Id: Makefile,v 1.17 1994/10/26 18:35:39 ljo Exp $
#
# Doing a make install builds /usr/include
#
# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
# links.
#
-all clean cleandir depend lint tags:
+all depend lint tags:
SUBDIR= rpcsvc
# XXX MISSING: mp.h
OpenPOWER on IntegriCloud