aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 06:29:43 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-03-14 06:29:43 +0000
commit45c203fce2d02381f76b2abf80edaea8cf7bc7f8 (patch)
treeb6714370b79bb13837321dcbc195eadc7047b2b2 /sys/modules/netgraph
parentf589320a0e392fadc66e67595a6065ae46113430 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/iface/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile
index d35ad5d1cc5a..e688004c198e 100644
--- a/sys/modules/netgraph/iface/Makefile
+++ b/sys/modules/netgraph/iface/Makefile
@@ -2,12 +2,9 @@
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
KMOD= ng_iface
-SRCS= ng_iface.c opt_atalk.h opt_inet.h opt_inet6.h
+SRCS= ng_iface.c opt_inet.h opt_inet6.h
.if !defined(KERNBUILDDIR)
-opt_atalk.h:
- echo "#define NETATALK 1" > ${.TARGET}
-
opt_inet.h:
echo "#define INET 1" > ${.TARGET}