aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libnetbsd/Makefile')
-rw-r--r--lib/libnetbsd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libnetbsd/Makefile b/lib/libnetbsd/Makefile
new file mode 100644
index 000000000000..4088c2b57176
--- /dev/null
+++ b/lib/libnetbsd/Makefile
@@ -0,0 +1,11 @@
+.include <bsd.own.mk>
+
+LIB= netbsd
+
+CFLAGS+= -I${.CURDIR}
+
+SRCS+= efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
+
+INTERNALLIB=
+
+.include <bsd.lib.mk>