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.
This commit is contained in:
Juli Mallett 2012-03-13 00:45:27 +00:00
parent 3e95821f19
commit f4bbc13ba6
2 changed files with 0 additions and 2 deletions

View File

@ -2,4 +2,3 @@
SUBDIR+= ofwdump
SUBDIR+= kgmon
SUBDIR:= ${SUBDIR:Nsysinstall}

View File

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