aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_tun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_tun/Makefile')
-rw-r--r--sys/modules/if_tun/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index b6960f17d6b8..293846e585c1 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -3,12 +3,9 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
-SRCS= if_tun.c opt_atalk.h opt_inet.h opt_inet6.h
+SRCS= if_tun.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}