summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
committerpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
commitfbc7526e8f7461209707f4f096b1ec1f9f4aca7b (patch)
tree5244a504fc54940e377f138f4f959da0cbad8ceb /sys/modules
parentf9806b180393c9a3dbdc1792c27c8175975ff756 (diff)
downloadFreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.zip
FreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.tar.gz
Finish driving a stake through the heart of netns and the associated
ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
Diffstat (limited to 'sys/modules')
-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