From da9e71aeaf599c9d26bd3bc8d5cd2113641a6277 Mon Sep 17 00:00:00 2001 From: wollman Date: Wed, 14 Sep 1994 22:23:47 +0000 Subject: Add ip_mroute_mod, if NOLKM is not defined. --- sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/Makefile') 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 -- cgit v1.1