summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/Makefile.arm1
-rw-r--r--usr.sbin/Makefile.mips1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile.arm b/usr.sbin/Makefile.arm
index f19c717..b21bc52 100644
--- a/usr.sbin/Makefile.arm
+++ b/usr.sbin/Makefile.arm
@@ -2,4 +2,3 @@
SUBDIR+= ofwdump
SUBDIR+= kgmon
-SUBDIR:= ${SUBDIR:Nsysinstall}
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
index a946f3e..a2063d3 100644
--- a/usr.sbin/Makefile.mips
+++ b/usr.sbin/Makefile.mips
@@ -1,6 +1,5 @@
# $FreeBSD$
-SUBDIR:= ${SUBDIR:Nsysinstall}
# uathload broken for n32 and n64 due to toolchain issues
.if ${MACHINE_ARCH:Mmipse[lb]} == ""
SUBDIR:= ${SUBDIR:Nuathload}
OpenPOWER on IntegriCloud