Deleted Added
full compact
Makefile (66303) Makefile (66550)
1# $FreeBSD: head/sys/modules/Makefile 66303 2000-09-23 18:50:59Z ume $
1# $FreeBSD: head/sys/modules/Makefile 66550 2000-10-02 14:27:20Z nyan $
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_randomdev= randomdev
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \

--- 6 unchanged lines hidden (view full) ---

16 vinum vn vpo vr wb wx xl
17
18# XXX some of these can move to the general case when de-i386'ed
19.if ${MACHINE_ARCH} == "i386"
20SUBDIR+=aac asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
21 svr4 vesa wi
22.endif
23
2
3# XXX present but broken: ip_mroute_mod
4
5.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
6_randomdev= randomdev
7.endif
8
9SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \

--- 6 unchanged lines hidden (view full) ---

16 vinum vn vpo vr wb wx xl
17
18# XXX some of these can move to the general case when de-i386'ed
19.if ${MACHINE_ARCH} == "i386"
20SUBDIR+=aac asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
21 svr4 vesa wi
22.endif
23
24.if ${MACHINE} == "pc98"
25SUBDIR+=snc
26.endif
27
24.if ${MACHINE_ARCH} == "alpha"
25SUBDIR+=osf1
26.endif
27
28.include <bsd.subdir.mk>
28.if ${MACHINE_ARCH} == "alpha"
29SUBDIR+=osf1
30.endif
31
32.include <bsd.subdir.mk>