mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR:= ${SUBDIR:Nsysinstall}
|
|
.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
.endif
|