aboutsummaryrefslogtreecommitdiff
path: root/sbin/pflogd
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-02-28 21:50:50 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-02-28 21:50:50 +0000
commit278445ba355938fdabc0918d19bae475e069fdec (patch)
treed016b40bab1394f6970ee950fb5dbee5ba58df94 /sbin/pflogd
parent4b40c43af8962d34463940257de9d9ce37d72de8 (diff)
downloadsrc-278445ba355938fdabc0918d19bae475e069fdec.tar.gz
src-278445ba355938fdabc0918d19bae475e069fdec.zip
Notes
Diffstat (limited to 'sbin/pflogd')
-rw-r--r--sbin/pflogd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
new file mode 100644
index 000000000000..0855e8c41f6e
--- /dev/null
+++ b/sbin/pflogd/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/pf/pflogd
+
+PROG= pflogd
+SRCS= pflogd.c pidfile.c
+MAN= pflogd.8
+
+CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow
+LDADD+= -lpcap -lutil
+DPAPP+= ${LIBPCAP} ${LIBUTIL}
+
+.include <bsd.prog.mk>