From f4bbc13ba68521da2eeb55b5e6a0c60d4fa90a4e Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Tue, 13 Mar 2012 00:45:27 +0000 Subject: [PATCH] sysinstall was removed from usr.sbin/Makefile in r225937. Because per-arch Makefiles were split out in this directory and others in userland, it makes it quite easy to miss per-arch conditionals when changing something generally. --- usr.sbin/Makefile.arm | 1 - usr.sbin/Makefile.mips | 1 - 2 files changed, 2 deletions(-) diff --git a/usr.sbin/Makefile.arm b/usr.sbin/Makefile.arm index f19c7175cd5..b21bc52d23b 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 a946f3e3619..a2063d30fb5 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}