summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1995-03-14 21:32:46 +0000
committerroberto <roberto@FreeBSD.org>1995-03-14 21:32:46 +0000
commitbb7830919b2af6b0e40693853842072263b45b14 (patch)
tree1cd9dd5680a9bd6d1c76e273790e5d05f06fbf23 /Makefile
parent08a779bfe190afd5958924bb440ab3f1b61dd2bb (diff)
downloadFreeBSD-src-bb7830919b2af6b0e40693853842072263b45b14.zip
FreeBSD-src-bb7830919b2af6b0e40693853842072263b45b14.tar.gz
Add gnu/usr.sbin in the installmost and most targets.
Reviewed by: roberto Submitted by: Remy.Card@blaise.ibp.fr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 015a0d4..de2aca4 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud