Deleted Added
full compact
Makefile (67753) Makefile (68021)
1# $FreeBSD: head/sys/modules/Makefile 67753 2000-10-28 04:51:47Z obrien $
1# $FreeBSD: head/sys/modules/Makefile 68021 2000-10-31 01:25:10Z markm $
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_random= random
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_random= random
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
10 cam ccd cd9660 coda cue dc ed fdesc fxp if_disc if_ef \
10 cam ccd cd9660 coda cue dc de ed fdesc fxp if_disc if_ef \
11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kernfs kue \
12 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
13 nwfs pcn portal procfs ${_random} \
14 rl rp sf sis sk sn sound ste syscons ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 uscanner \
17 vinum vn vpo vr wb wx xl
18

--- 15 unchanged lines hidden ---
11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kernfs kue \
12 md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
13 nwfs pcn portal procfs ${_random} \
14 rl rp sf sis sk sn sound ste syscons ti tl twe tx \
15 udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
16 uscanner \
17 vinum vn vpo vr wb wx xl
18

--- 15 unchanged lines hidden ---