mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
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
This commit is contained in:
parent
b201f16674
commit
72ef2e6080
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13726
4
Makefile
4
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user