summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fifolog/lib/Makefile')
-rw-r--r--usr.sbin/fifolog/lib/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/fifolog/lib/Makefile b/usr.sbin/fifolog/lib/Makefile
new file mode 100644
index 0000000..c10126f
--- /dev/null
+++ b/usr.sbin/fifolog/lib/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+LIB= fifolog
+INTERNALLIB= # API not published or supported.
+
+SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
+SRCS+= getdate.y
+
+CFLAGS+= -I${.CURDIR}
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud