freebsd-dev/usr.sbin/Makefile.mips
Warner Losh 519b7ecc1b Merge from tbemd: use Makefile.arch to control building.
Reviewed by:	arch@ (many times, no objection)
2010-09-13 02:21:07 +00:00

7 lines
130 B
Makefile

# $FreeBSD$
SUBDIR:= ${SUBDIR:Nsysinstall}
.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
SUBDIR:= ${SUBDIR:Nuathload}
.endif