summaryrefslogtreecommitdiffstats
path: root/lkm/ip_mroute_mod
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-16 20:24:29 +0000
committerwollman <wollman@FreeBSD.org>1994-09-16 20:24:29 +0000
commit375660a3eb1f4387aa0dca4796ae87af8945332a (patch)
tree3f55eaf44d108ca249b4e0ba8c13096a08c1c228 /lkm/ip_mroute_mod
parent242ff623e2a9282e84a86644c12fa51d9138a23f (diff)
downloadFreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.zip
FreeBSD-src-375660a3eb1f4387aa0dca4796ae87af8945332a.tar.gz
Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
arrange for that directory to get created by mtree. Also, process secure directory after all the others, because the programs there may overlay ones installed from the main part of the tree.
Diffstat (limited to 'lkm/ip_mroute_mod')
-rw-r--r--lkm/ip_mroute_mod/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/lkm/ip_mroute_mod/Makefile b/lkm/ip_mroute_mod/Makefile
new file mode 100644
index 0000000..d1f93c3
--- /dev/null
+++ b/lkm/ip_mroute_mod/Makefile
@@ -0,0 +1,9 @@
+# $Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp $
+
+.PATH: ${.CURDIR}/../../sys/netinet
+KMOD= ip_mroute_mod
+SRCS= ip_mroute.c
+NOMAN=
+CFLAGS+= -DMROUTE_LKM -DMROUTING
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud