mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue