diff options
-rw-r--r-- | bin/Makefile | 2 | ||||
-rw-r--r-- | sbin/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/Makefile | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/bin/Makefile b/bin/Makefile index 63d96fe..6fbb72e 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -58,8 +58,6 @@ SUBDIR+= tests .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> diff --git a/sbin/Makefile b/sbin/Makefile index 460c767..b8a9d44 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -130,8 +130,6 @@ SUBDIR+= tests .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 455e354..1a1f2e7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -415,8 +415,6 @@ SUBDIR+= mkesdb_static .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a3b1030..569baac 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -369,8 +369,6 @@ SUBDIR+= wpa .include <bsd.arch.inc.mk> -SUBDIR:= ${SUBDIR:O} - SUBDIR_PARALLEL= .include <bsd.subdir.mk> |