summaryrefslogtreecommitdiffstats
path: root/lib/libulog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libulog/Makefile')
-rw-r--r--lib/libulog/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/libulog/Makefile b/lib/libulog/Makefile
new file mode 100644
index 0000000..f8cd91b
--- /dev/null
+++ b/lib/libulog/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+LIB= ulog
+SHLIB_MAJOR= 0
+INCS= ulog.h
+SRCS= ulog.h ulog_getutxent.c ulog_internal.h \
+ ulog_login.c ulog_login_pseudo.c
+
+MAN= ulog_getutxent.3 ulog_login.3
+MLINKS+=ulog_getutxent.3 ulog_endutxent.3 \
+ ulog_getutxent.3 ulog_setutxent.3 \
+ ulog_login.3 ulog_login_pseudo.3 \
+ ulog_login.3 ulog_logout.3 \
+ ulog_login.3 ulog_logout_pseudo.3
+
+WARNS?= 6
+
+VERSION_DEF= ${.CURDIR}/../libc/Versions.def
+SYMBOL_MAPS= ${.CURDIR}/Symbol.map
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud