aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-10-11 19:02:27 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-10-11 19:02:27 +0000
commit14b497482791baa712b2c6bef08a1d9b18301346 (patch)
tree494556f45bd751bed909e1ce1e5f97fef3291a44 /Makefile.inc1
parent1b9112ea6be40c0f526c1dea206998f743cc992e (diff)
downloadsrc-14b497482791baa712b2c6bef08a1d9b18301346.tar.gz
src-14b497482791baa712b2c6bef08a1d9b18301346.zip
Remove sys/boot from the install as well.
Notes
Notes: svn path=/head/; revision=40234
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e2e64e7c20ba..f662fbf0ac22 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.30 1998/10/11 07:41:31 peter Exp $
+# $Id: Makefile.inc1,v 1.31 1998/10/11 18:39:38 rnordier Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -943,7 +943,6 @@ legacy-install:
@echo "--------------------------------------------------------------"
@echo ">>> Installing legacy boot"
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}/sys/boot && ${MAKE} -DNOMAN install
cd ${.CURDIR}/sys/${MACHINE}/boot && ${MAKE} -DNOMAN install
.endif