summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_gre/Makefile')
-rw-r--r--sys/modules/if_gre/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile
index 9079ef9..d2a719d 100644
--- a/sys/modules/if_gre/Makefile
+++ b/sys/modules/if_gre/Makefile
@@ -3,14 +3,11 @@
.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet
KMOD= if_gre
-SRCS= if_gre.c ip_gre.c opt_inet.h opt_ns.h opt_atalk.h
+SRCS= if_gre.c ip_gre.c opt_inet.h opt_atalk.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
-opt_ns.h:
- echo "#define NS 1" > ${.TARGET}
-
opt_atalk.h:
echo "#define NETATALK 1" > ${.TARGET}
OpenPOWER on IntegriCloud