summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog/fifolog_writer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fifolog/fifolog_writer/Makefile')
-rw-r--r--usr.sbin/fifolog/fifolog_writer/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/fifolog/fifolog_writer/Makefile b/usr.sbin/fifolog/fifolog_writer/Makefile
deleted file mode 100644
index b6ceb63..0000000
--- a/usr.sbin/fifolog/fifolog_writer/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-PROG= fifolog_writer
-
-CFLAGS+= -I${.CURDIR}/../lib
-
-NO_MAN= # see ../fifolog_create/fifolog.1
-
-DPADD= ${LIBFIFOLOG} ${LIBUTIL} ${LIBZ}
-LDADD= ${LIBFIFOLOG} -lutil -lz
-
-regress:
- date | ./${PROG} -z 0 /tmp/fifolog.0
- lptest 65 | ./${PROG} -z 9 /tmp/fifolog.1
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud