Add ip_mroute_mod, if NOLKM is not defined.

This commit is contained in:
Garrett Wollman 1994-09-14 22:23:47 +00:00
parent 49fbf8ddcf
commit 28d8923ed0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2767

View File

@ -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>