aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1995-03-28 18:14:17 +0000
committerSøren Schmidt <sos@FreeBSD.org>1995-03-28 18:14:17 +0000
commit012872c1aea12cd3f5cc5c5770f110df9e375ded (patch)
treee2f6643392d1d7b212d87a8cd43b06b613d94b08 /Makefile
parent286e783f031eda3018110f2330d959b877bd3b18 (diff)
downloadsrc-012872c1aea12cd3f5cc5c5770f110df9e375ded.tar.gz
src-012872c1aea12cd3f5cc5c5770f110df9e375ded.zip
Fixed most: target gnu/usr.sbin was install not all
Notes
Notes: svn path=/head/; revision=7446
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9545d8faa1ff..846a34854b31 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.50 1995/03/23 23:40:29 rgrimes Exp $
+# $Id: Makefile,v 1.51 1995/03/27 01:31:09 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -176,7 +176,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
+ cd ${.CURDIR}/gnu/usr.sbin && ${MAKE} ${.MAKEFLAGS} all
#.if defined(MAKE_EBONES) && !defined(NOCRYPT)
# cd ${.CURDIR}/eBones && ${MAKE} ${.MAKEFLAGS} most
#.endif