mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
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
|