mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add ip_mroute_mod, if NOLKM is not defined.
This commit is contained in:
parent
49fbf8ddcf
commit
28d8923ed0
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue