summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-01-30 05:46:35 +0000
committernate <nate@FreeBSD.org>1996-01-30 05:46:35 +0000
commit98f22e8f6828dc3fd4b1f2652762c96bee78f4fe (patch)
tree9f48dc169f472e919de8a0daf07d9e46017e3253 /Makefile
parent574d4201ac32f3771d9a08c19171ae5dceb6f432 (diff)
downloadFreeBSD-src-98f22e8f6828dc3fd4b1f2652762c96bee78f4fe.zip
FreeBSD-src-98f22e8f6828dc3fd4b1f2652762c96bee78f4fe.tar.gz
Added 'install' to the inclde-tools target, as it has a new options "-C"
which is used when installing the include files. Submitted by: John Hay -- John.Hay@csir.co.za
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05b7216..11c16ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.72 1996/01/01 08:33:17 peter Exp $
+# $Id: Makefile,v 1.73 1996/01/30 05:22:00 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -332,6 +332,8 @@ include-tools:
@echo " Rebuild tools necessary to build the include files"
@echo "--------------------------------------------------------------"
@echo
+ cd ${.CURDIR}/usr.bin/xinstall && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/rpcgen && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud