summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
committerru <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
commit446475df44b0aae5be1f8f26511149cfdbbb13af (patch)
tree08171cd5f7f3cfcc90cd88fcd154a1b62c030992 /usr.sbin/fifolog/lib
parent34ad2308146bd2683968373b3f427e50e7dbe7c6 (diff)
downloadFreeBSD-src-446475df44b0aae5be1f8f26511149cfdbbb13af.zip
FreeBSD-src-446475df44b0aae5be1f8f26511149cfdbbb13af.tar.gz
Clean up makefiles and a manpage.
OK'ed by: phk
Diffstat (limited to 'usr.sbin/fifolog/lib')
-rw-r--r--usr.sbin/fifolog/lib/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/usr.sbin/fifolog/lib/Makefile b/usr.sbin/fifolog/lib/Makefile
index fedfc50..c10126f 100644
--- a/usr.sbin/fifolog/lib/Makefile
+++ b/usr.sbin/fifolog/lib/Makefile
@@ -1,17 +1,11 @@
# $FreeBSD$
-LIB = fifolog
-INTERNALLIB = API not published or supported.
+LIB= fifolog
+INTERNALLIB= # API not published or supported.
-SRCS += fifolog_int.c
-SRCS += fifolog_create.c
-SRCS += fifolog_write_poll.c
-SRCS += fifolog_reader.c
-SRCS += getdate.y
+SRCS= fifolog_int.c fifolog_create.c fifolog_write_poll.c fifolog_reader.c
+SRCS+= getdate.y
-CFLAGS += -I${.CURDIR}
+CFLAGS+= -I${.CURDIR}
.include <bsd.lib.mk>
-
-test:
- echo ${HAS_EXPAND_NUMBER}
OpenPOWER on IntegriCloud