diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-06-02 16:50:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-06-02 16:50:02 +0000 |
commit | bc32fd9d08708f917b33a4ea9eeca30eb887556d (patch) | |
tree | d9a47bec3e044e0bc40297e981ba999ac52c9ff6 /lkm | |
parent | 5cd4c434ea682998fb5c00b37c6005a7a3732e7e (diff) |
-DIPFILTER_LOG no longer needed w/ -D_KERNEL
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/ipl/Makefile | 4 |
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 |