summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-11 19:02:27 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-11 19:02:27 +0000
commitb08a313ee1a8b9b6828f51ab573884bb12254852 (patch)
tree054c5a99cc0945366abbac3b3ae9383461dce9b6 /Makefile.inc1
parent58a621267830e0d947fa79e5e7388dcb77d9abd8 (diff)
downloadFreeBSD-src-b08a313ee1a8b9b6828f51ab573884bb12254852.zip
FreeBSD-src-b08a313ee1a8b9b6828f51ab573884bb12254852.tar.gz
Remove sys/boot from the install as well.
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 e2e64e7..f662fbf 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
OpenPOWER on IntegriCloud