From 6e69b5557d1042784b54a30e1a75f559e149780b Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 28 Mar 1995 18:14:17 +0000 Subject: Fixed most: target gnu/usr.sbin was install not all --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9545d8f..846a348 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 -- cgit v1.1