summaryrefslogtreecommitdiff
path: root/stand/liblua32
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-02-12 15:31:53 +0000
committerWarner Losh <imp@FreeBSD.org>2018-02-12 15:31:53 +0000
commit7cafeaa1fde93dbefa40971343bf9a3bb92f2ede (patch)
treee2a3d8fd463435f0fdb612dd21e5a419c76d0d1c /stand/liblua32
parent62bca778430f98fcd71ef01b9a7d525255c20a9f (diff)
downloadsrc-test2-7cafeaa1fde93dbefa40971343bf9a3bb92f2ede.tar.gz
src-test2-7cafeaa1fde93dbefa40971343bf9a3bb92f2ede.zip
Notes
Diffstat (limited to 'stand/liblua32')
-rw-r--r--stand/liblua32/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/liblua32/Makefile b/stand/liblua32/Makefile
new file mode 100644
index 000000000000..4e09f1b05178
--- /dev/null
+++ b/stand/liblua32/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+DO32=1
+
+.include "${.CURDIR}/../liblua/Makefile"