diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 2001-07-25 20:15:17 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 2001-07-25 20:15:17 +0000 |
| commit | fffcbbcd946a672d54ebc1ae4a565be3506d37c9 (patch) | |
| tree | 033d2bfab7200ef244f372e8c6b31433dac88eb3 /sys/modules/Makefile | |
| parent | 1a8b27c03505599546732c7ce13ff9472ae5e4e9 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 06fd00e6fb21f..67c1449253fc1 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -# XXX present but broken: ip_mroute_mod - .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) _random= random .endif @@ -36,6 +34,7 @@ SUBDIR= 3dfx \ if_tap \ if_tun \ ip6fw \ + ip_mroute_mod \ ipfilter \ ipfw \ ispfw \ |
