diff options
author | nate <nate@FreeBSD.org> | 1996-01-30 05:46:35 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-01-30 05:46:35 +0000 |
commit | 98f22e8f6828dc3fd4b1f2652762c96bee78f4fe (patch) | |
tree | 9f48dc169f472e919de8a0daf07d9e46017e3253 /Makefile | |
parent | 574d4201ac32f3771d9a08c19171ae5dceb6f432 (diff) | |
download | FreeBSD-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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} |