summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-06-02 16:50:01 +0000
committermickey <mickey@openbsd.org>1996-06-02 16:50:01 +0000
commitd0b0bbd3ac0345a3ba210f97192a552d0a944ac0 (patch)
tree2c1e6e14e111a1dcf9cf866c89301c690c93496f
parentremoved an unused variable (diff)
downloadwireguard-openbsd-d0b0bbd3ac0345a3ba210f97192a552d0a944ac0.tar.xz
wireguard-openbsd-d0b0bbd3ac0345a3ba210f97192a552d0a944ac0.zip
-DIPFILTER_LOG no longer needed w/ -D_KERNEL
-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