aboutsummaryrefslogtreecommitdiff
path: root/stand/ficl32
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/ficl32
parent6eac7115560381ce5c9e2939ab3fce82bb9b6a95 (diff)
downloadsrc-ca987d4641cdcd7f27e153db17c5bf064934faf5.tar.gz
src-ca987d4641cdcd7f27e153db17c5bf064934faf5.zip
Move sys/boot to stand. Fix all references to new location
Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325834
Diffstat (limited to 'stand/ficl32')
-rw-r--r--stand/ficl32/Makefile5
-rw-r--r--stand/ficl32/Makefile.depend14
2 files changed, 19 insertions, 0 deletions
diff --git a/stand/ficl32/Makefile b/stand/ficl32/Makefile
new file mode 100644
index 000000000000..09499464ac89
--- /dev/null
+++ b/stand/ficl32/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+DO32=1
+
+.include "${.CURDIR}/../ficl/Makefile"
diff --git a/stand/ficl32/Makefile.depend b/stand/ficl32/Makefile.depend
new file mode 100644
index 000000000000..c210061155d2
--- /dev/null
+++ b/stand/ficl32/Makefile.depend
@@ -0,0 +1,14 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif