diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-21 22:29:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-21 22:29:15 +0000 |
commit | e5e30f2482ca9b096309bd325e8d49592595081a (patch) | |
tree | cb2c589f3477200dc0916b319d08546d1831c702 /sbin/pflogd/Makefile | |
parent | 7dff1ba21af594b36333ddcc34dd74fa7a195d14 (diff) |
pflogd; work by canacar@eee.metu.edu.tr and myself
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r-- | sbin/pflogd/Makefile | 10 |
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> |