From 28d8923ed0f9eba1a3d74bb7eb8317ea2859e8c8 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Wed, 14 Sep 1994 22:23:47 +0000 Subject: [PATCH] Add ip_mroute_mod, if NOLKM is not defined. --- sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbin/Makefile b/sbin/Makefile index cd2eadfc5a04..dc7a9b7eb9df 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