summaryrefslogtreecommitdiffstats
path: root/sbin/pflogd
diff options
context:
space:
mode:
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 0000000..0855e8c
--- /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>
OpenPOWER on IntegriCloud