summaryrefslogtreecommitdiffstats
path: root/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/Makefile')
-rw-r--r--stand/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/stand/Makefile b/stand/Makefile
new file mode 100644
index 0000000..5234189
--- /dev/null
+++ b/stand/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+SUBDIR+= libsa
+.if ${MK_FORTH} != "no"
+# Build the add-in FORTH interpreter.
+SUBDIR+= ficl
+SUBDIR+= forth
+.endif
+
+SUBDIR+= man
+
+.include <bsd.arch.inc.mk>
+
+.if exists(${.CURDIR}/${MACHINE}/.)
+SUBDIR+= ${MACHINE}
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud