summaryrefslogtreecommitdiff
path: root/sbin/pflogd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-21 22:29:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-21 22:29:15 +0000
commite5e30f2482ca9b096309bd325e8d49592595081a (patch)
treecb2c589f3477200dc0916b319d08546d1831c702 /sbin/pflogd/Makefile
parent7dff1ba21af594b36333ddcc34dd74fa7a195d14 (diff)
pflogd; work by canacar@eee.metu.edu.tr and myself
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r--sbin/pflogd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
new file mode 100644
index 00000000000..9ce0baf0f89
--- /dev/null
+++ b/sbin/pflogd/Makefile
@@ -0,0 +1,10 @@
+# $OpenBSD: Makefile,v 1.1 2001/08/21 22:29:14 deraadt Exp $
+
+CFLAGS+=-Wall -Werror
+LDADD+= -lpcap
+
+PROG= pflogd
+SRCS= pflogd.c
+MAN= pflogd.8
+
+.include <bsd.prog.mk>