summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.mips
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile.mips')
-rw-r--r--usr.sbin/Makefile.mips6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.mips b/usr.sbin/Makefile.mips
new file mode 100644
index 0000000..4d30e12
--- /dev/null
+++ b/usr.sbin/Makefile.mips
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+SUBDIR:= ${SUBDIR:Nsysinstall}
+.if defined(TARGET_ABI) && ${TARGET_ABI} == "n64"
+SUBDIR:= ${SUBDIR:Nuathload}
+.endif
OpenPOWER on IntegriCloud