summaryrefslogtreecommitdiff
path: root/stand/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-14 23:02:19 +0000
commitca987d4641cdcd7f27e153db17c5bf064934faf5 (patch)
tree6c3860e3ba8949be9528d644fbb7fa88d8bbbb79 /stand/Makefile
parent6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff)
downloadsrc-test2-ca987d4641cdcd7f27e153db17c5bf064934faf5.tar.gz
src-test2-ca987d4641cdcd7f27e153db17c5bf064934faf5.zip
Notes
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 000000000000..523418965871
--- /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>