summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/fifolog_writer/Makefile
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/fifolog_writer/Makefile
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/fifolog_writer/Makefile')
-rw-r--r--usr.sbin/fifolog/fifolog_writer/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/fifolog/fifolog_writer/Makefile b/usr.sbin/fifolog/fifolog_writer/Makefile
index 7613085..b6ceb63 100644
--- a/usr.sbin/fifolog/fifolog_writer/Makefile
+++ b/usr.sbin/fifolog/fifolog_writer/Makefile
@@ -1,16 +1,16 @@
# $FreeBSD$
-PROG = fifolog_writer
+PROG= fifolog_writer
-CFLAGS += -I${.CURDIR}/../lib
+CFLAGS+= -I${.CURDIR}/../lib
-NO_MAN = see ../fifolog_create/fifolog.1
+NO_MAN= # see ../fifolog_create/fifolog.1
-DPADD = ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
-LDADD = ${LIBFIFOLOG} -lutil -lz
+DPADD= ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
+LDADD= ${LIBFIFOLOG} -lutil -lz
-.include <bsd.prog.mk>
-
-test: ${PROG}
+regress:
date | ./${PROG} -z 0 /tmp/fifolog.0
lptest 65 | ./${PROG} -z 9 /tmp/fifolog.1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud