gnu/libexec has gone so remove it from the most targets.

This commit is contained in:
Paul Richards 2001-12-28 11:53:18 +00:00
parent 432fda11a4
commit 0f958c273a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88575

View File

@ -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