mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Add ip_mroute_mod, if NOLKM is not defined.
This commit is contained in:
parent
49fbf8ddcf
commit
28d8923ed0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2767
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user