summaryrefslogtreecommitdiff
path: root/sys/modules/hatm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-08-04 22:37:02 +0000
committerWarner Losh <imp@FreeBSD.org>2014-08-04 22:37:02 +0000
commitaeaed508982227551b2748339033bb2483382b4d (patch)
treec03685b1d6ae030d6a0c9b2f8902e105aa1e4fd4 /sys/modules/hatm
parentb0a8d404e5b942b4ccf1ad17137e33115202c1cf (diff)
Notes
Diffstat (limited to 'sys/modules/hatm')
-rw-r--r--sys/modules/hatm/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/hatm/Makefile b/sys/modules/hatm/Makefile
index ec1a8788ebef..557819956597 100644
--- a/sys/modules/hatm/Makefile
+++ b/sys/modules/hatm/Makefile
@@ -11,12 +11,4 @@ SRCS= if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_tx.c if_hatm_rx.c \
CFLAGS+= -DENABLE_BPF
# CFLAGS+= -DHATM_DEBUG -DINVARIANT_SUPPORT -DINVARIANTS
-.if !defined(KERNBUILDDIR)
-opt_inet.h:
- echo "#define INET 1" > ${.TARGET}
-
-opt_natm.h:
- echo "#define NATM 1" > ${.TARGET}
-.endif
-
.include <bsd.kmod.mk>