diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-14 22:23:47 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-14 22:23:47 +0000 |
| commit | 28d8923ed0f9eba1a3d74bb7eb8317ea2859e8c8 (patch) | |
| tree | 53058971753aa0dbea31cc71c8814b40f805573b | |
| parent | 49fbf8ddcfb70ae9f2cbf966bc238005484d3c67 (diff) | |
Notes
| -rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.subdir.mk> |
