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:
parent
3e95821f19
commit
f4bbc13ba6
@ -2,4 +2,3 @@
|
||||
|
||||
SUBDIR+= ofwdump
|
||||
SUBDIR+= kgmon
|
||||
SUBDIR:= ${SUBDIR:Nsysinstall}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user