519b7ecc1b
Reviewed by: arch@ (many times, no objection)
7 lines
130 B
Makefile
7 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR:= ${SUBDIR:Nsysinstall}
|
|
.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
.endif
|