aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fifolog/fifolog_writer
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-04-10 14:02:00 +0000
commita1e0a00fd282d194858e57fb08d9efd4ed01102d (patch)
tree08171cd5f7f3cfcc90cd88fcd154a1b62c030992 /usr.sbin/fifolog/fifolog_writer
parent9f82379c24da01a791b10154df1948893d56c3c0 (diff)
downloadsrc-a1e0a00fd282d194858e57fb08d9efd4ed01102d.tar.gz
src-a1e0a00fd282d194858e57fb08d9efd4ed01102d.zip
Clean up makefiles and a manpage.
OK'ed by: phk
Notes
Notes: svn path=/head/; revision=178068
Diffstat (limited to 'usr.sbin/fifolog/fifolog_writer')
-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 76130851bd5e..b6ceb6312319 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>