summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>2001-12-28 11:53:18 +0000
committerpaul <paul@FreeBSD.org>2001-12-28 11:53:18 +0000
commitc2ddf60170498b16ad4d538a5eba2f12a032ed94 (patch)
treee6ed906559c464a6924c3b6b1a587263f9510d8f /Makefile.inc1
parent350d9d109abadc93b07629013cce169f7916a835 (diff)
downloadFreeBSD-src-c2ddf60170498b16ad4d538a5eba2f12a032ed94.zip
FreeBSD-src-c2ddf60170498b16ad4d538a5eba2f12a032ed94.tar.gz
gnu/libexec has gone so remove it from the most targets.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e41f785..0b1bf26 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -520,7 +520,6 @@ most:
cd ${.CURDIR}/libexec; ${MAKE} all
cd ${.CURDIR}/usr.bin; ${MAKE} all
cd ${.CURDIR}/usr.sbin; ${MAKE} all
- cd ${.CURDIR}/gnu/libexec; ${MAKE} all
cd ${.CURDIR}/gnu/usr.bin; ${MAKE} all
cd ${.CURDIR}/gnu/usr.sbin; ${MAKE} all
@@ -539,7 +538,6 @@ installmost:
cd ${.CURDIR}/libexec; ${MAKE} install
cd ${.CURDIR}/usr.bin; ${MAKE} install
cd ${.CURDIR}/usr.sbin; ${MAKE} install
- cd ${.CURDIR}/gnu/libexec; ${MAKE} install
cd ${.CURDIR}/gnu/usr.bin; ${MAKE} install
cd ${.CURDIR}/gnu/usr.sbin; ${MAKE} install
OpenPOWER on IntegriCloud