From e5e30f2482ca9b096309bd325e8d49592595081a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 21 Aug 2001 22:29:15 +0000 Subject: pflogd; work by canacar@eee.metu.edu.tr and myself --- sbin/pflogd/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sbin/pflogd/Makefile (limited to 'sbin/pflogd/Makefile') 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 -- cgit v1.2.3