From 14b497482791baa712b2c6bef08a1d9b18301346 Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Sun, 11 Oct 1998 19:02:27 +0000 Subject: [PATCH] Remove sys/boot from the install as well. --- Makefile.inc1 | 3 +-- 1 file changed, 1 insertion(+), 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