summaryrefslogtreecommitdiff
path: root/sbin/pflogd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pflogd/Makefile')
-rw-r--r--sbin/pflogd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 79902152951..31c795b00c3 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2003/03/01 06:11:20 cloder Exp $
+# $OpenBSD: Makefile,v 1.5 2003/10/22 18:51:55 canacar Exp $
CFLAGS+=-Wall -Werror -Wmissing-prototypes -Wshadow
LDADD+= -lpcap -lutil
DPAPP+= ${LIBPCAP} ${LIBUTIL}
PROG= pflogd
-SRCS= pflogd.c
+SRCS= pflogd.c privsep.c privsep_fdpass.c
MAN= pflogd.8
.include <bsd.prog.mk>