summaryrefslogtreecommitdiff
path: root/lib/lua/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2022-11-21 22:01:32 +0000
committerchristos <christos@NetBSD.org>2022-11-21 22:01:32 +0000
commitaa8ee7f2ef496eff5f1f2b454405eafa4330a79e (patch)
tree0220f4ad660d0fa9c1eb29825430faf1bae220bc /lib/lua/Makefile
parent1a9fe3305d67bcec8f00f71582c2ea83fa493b53 (diff)
lua libm API from Phil Rulon
Diffstat (limited to 'lib/lua/Makefile')
-rw-r--r--lib/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lua/Makefile b/lib/lua/Makefile
index 3fe5aa8ac9d..4a352d6ad3f 100644
--- a/lib/lua/Makefile
+++ b/lib/lua/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/21 22:01:33 christos Exp $
.include <bsd.own.mk>
.if ${MKPIC} != "no"
# No support for shared libraries and pic code.
-SUBDIR+= bozohttpd gpio sqlite syslog
+SUBDIR+= bozohttpd gpio libm sqlite syslog
.endif
.include <bsd.subdir.mk>