diff --git a/Makefile.inc1 b/Makefile.inc1 index e41f78577ac5..0b1bf26cd31a 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