summaryrefslogtreecommitdiff
path: root/lkm/ipl
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-02 16:50:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-06-02 16:50:02 +0000
commitbc32fd9d08708f917b33a4ea9eeca30eb887556d (patch)
treed9a47bec3e044e0bc40297e981ba999ac52c9ff6 /lkm/ipl
parent5cd4c434ea682998fb5c00b37c6005a7a3732e7e (diff)
-DIPFILTER_LOG no longer needed w/ -D_KERNEL
Diffstat (limited to 'lkm/ipl')
-rw-r--r--lkm/ipl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/ipl/Makefile b/lkm/ipl/Makefile
index 1ba043c6c5c..5dda96bef79 100644
--- a/lkm/ipl/Makefile
+++ b/lkm/ipl/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1996/02/25 19:20:26 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/02 16:50:01 mickey Exp $
LKM= ipl
SRCS+= stub.c ip_fil.c fil.c ip_nat.c ip_frag.c ip_state.c
-CFLAGS+= -DIPFILTER_LKM -DIPFILTER_LOG
+CFLAGS+= -DIPFILTER_LKM
NOMAN= noman
.PATH: ${.CURDIR}/../../sys/netinet