diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-10-14 10:59:56 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-10-14 10:59:56 +0000 |
| commit | a6278a2a42fc77094f356a290336a0fc395feb05 (patch) | |
| tree | 1491a3f50ee42850d5f352e03d37c45d7a154565 /sys/modules/Makefile | |
| parent | 1b3c07c8934c7ed6f1bb68816c9d2a0a66fef3ff (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 94c3a57dcd56..301b34a29936 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -3,14 +3,14 @@ # XXX present but broken: ip_mroute_mod .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) -_randomdev= randomdev +_random= random .endif SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ cam ccd cd9660 coda cue dc ed fdesc fxp if_disc if_ef \ if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kernfs kue \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ - nwfs pcn portal procfs ${_randomdev} \ + nwfs pcn portal procfs ${_random} \ rl rp sf sis sk sn sound ste syscons ti tl twe tx \ udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \ vinum vn vpo vr wb wx xl |
