summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-14 22:23:47 +0000
committerwollman <wollman@FreeBSD.org>1994-09-14 22:23:47 +0000
commitda9e71aeaf599c9d26bd3bc8d5cd2113641a6277 (patch)
tree53058971753aa0dbea31cc71c8814b40f805573b /sbin/Makefile
parent4b0311770dff681e485debdaea1703fd31698106 (diff)
downloadFreeBSD-src-da9e71aeaf599c9d26bd3bc8d5cd2113641a6277.zip
FreeBSD-src-da9e71aeaf599c9d26bd3bc8d5cd2113641a6277.tar.gz
Add ip_mroute_mod, if NOLKM is not defined.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index cd2eadf..dc7a9b7 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -9,4 +9,8 @@ SUBDIR= adjkerntz badsect clri comcontrol disklabel dmesg dump dumpfs dumplfs \
nfsiod nologin ping quotacheck reboot restore route savecore \
shutdown slattach startslip swapon tunefs umount
+. if !defined(NOLKM)
+SUBDIR+= ip_mroute_mod
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud