summaryrefslogtreecommitdiffstats
path: root/lkm/ip_mroute_mod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/ip_mroute_mod/Makefile')
-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