summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-14 22:11:51 +0000
committerwollman <wollman@FreeBSD.org>1994-09-14 22:11:51 +0000
commit4b0311770dff681e485debdaea1703fd31698106 (patch)
treea0a8e2c0efaa0cfb6122e29e1db71286ad035b56 /sbin
parentc3b0d344b4330f0e06202ceb205bd82ca1777530 (diff)
downloadFreeBSD-src-4b0311770dff681e485debdaea1703fd31698106.zip
FreeBSD-src-4b0311770dff681e485debdaea1703fd31698106.tar.gz
Makefile to generate the ip_mroute_mod.o LKM. After talking this over
with DavidG, I've come to the conclusion that unless and until we define a new directory to put these things in, /sbin is the right place. (OSF/1 does a lot worse for non-executables in /sbin...).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ip_mroute_mod/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/ip_mroute_mod/Makefile b/sbin/ip_mroute_mod/Makefile
new file mode 100644
index 0000000..7e78283
--- /dev/null
+++ b/sbin/ip_mroute_mod/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+.PATH: ${.CURDIR}/../../sys/netinet
+KMOD= ip_mroute_mod
+SRCS= ip_mroute.c
+NOMAN=
+CFLAGS+= -DMROUTE_LKM -DMROUTING
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud