Add gnu/usr.sbin in the installmost and most targets.

Reviewed by:	roberto
Submitted by:	Remy.Card@blaise.ibp.fr
This commit is contained in:
Ollivier Robert 1995-03-14 21:32:46 +00:00
parent abfefaa786
commit 5eef901954
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7059

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.42 1995/03/06 05:52:47 nate Exp $
# $Id: Makefile,v 1.43 1995/03/06 13:32:58 se Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -154,6 +154,7 @@ installmost:
cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} install
cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} install
cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} installmost
#.endif
@ -172,6 +173,7 @@ most:
cd ${.CURDIR}/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
cd ${.CURDIR}/gnu/libexec && ${MAKE} ${.MAKEFLAGS} all
cd ${.CURDIR}/gnu/usr.bin && ${MAKE} ${.MAKEFLAGS} all
cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} install
#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} most
#.endif