diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2005-10-14 23:30:17 +0000 |
| commit | 822923447e454b30d310cb46903c9ddeca9f0a7a (patch) | |
| tree | 40653d874a438a3202bb62dd66566bfd5b1386c1 /sys/modules/patm | |
| parent | 10d645b7e5a073fc2d4c2bd7472966b4381caf7c (diff) | |
Notes
Diffstat (limited to 'sys/modules/patm')
| -rw-r--r-- | sys/modules/patm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/patm/Makefile b/sys/modules/patm/Makefile index daa483b6529d3..7e33a36c03486 100644 --- a/sys/modules/patm/Makefile +++ b/sys/modules/patm/Makefile @@ -12,10 +12,12 @@ SRCS= if_patm.c if_patm_attach.c if_patm_ioctl.c if_patm_intr.c \ CFLAGS+= -DENABLE_BPF # CFLAGS+= -DPATM_DEBUG=0x0 -DINVARIANT_SUPPORT -DINVARIANTS -DDIAGNOSTIC +.if !defined(KERNBUILDDIR) opt_inet.h: echo "#define INET 1" > opt_inet.h opt_natm.h: echo "#define NATM 1" > opt_natm.h +.endif .include <bsd.kmod.mk> |
