Makefile (636b9e70d271ff67ae9ca648a144d7643e06ef2a) | Makefile (1166fb516bcab6af5f87763ab7a68b7b1416ecbb) |
---|---|
1# $FreeBSD$ 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 de dgm digi ed fdescfs fxp if_disc if_ef \ 11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \ | 1# $FreeBSD$ 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 de dgm digi ed fdescfs fxp if_disc if_ef \ 11 if_ppp if_sl if_tap if_tun ip6fw ipfilter ipfw ispfw joy kue \ |
12 libmchain linux lnc md mfs mii mlx msdos ncp netgraph nfs nge ntfs \ | 12 libmchain linux lnc md mfs mii mlx msdosfs ncp netgraph nfs nge ntfs \ |
13 nullfs nwfs pcn portalfs procfs ${_random} \ 14 rl rp sf sis sk sn snp sound sppp ste sym syscons sysvipc ti tl twe \ 15 tx udbp ugen uhid ukbd ulpt umapfs umass umodem ums unionfs urio usb \ 16 uscanner \ 17 vinum vpo vr vx wb wx xl 18 19# XXX some of these can move to the general case when de-i386'ed 20.if ${MACHINE_ARCH} == "i386" --- 17 unchanged lines hidden --- | 13 nullfs nwfs pcn portalfs procfs ${_random} \ 14 rl rp sf sis sk sn snp sound sppp ste sym syscons sysvipc ti tl twe \ 15 tx udbp ugen uhid ukbd ulpt umapfs umass umodem ums unionfs urio usb \ 16 uscanner \ 17 vinum vpo vr vx wb wx xl 18 19# XXX some of these can move to the general case when de-i386'ed 20.if ${MACHINE_ARCH} == "i386" --- 17 unchanged lines hidden --- |