1999-08-27 21:08:13 -04:00
|
|
|
# $FreeBSD$
|
1994-09-16 16:24:29 -04:00
|
|
|
|
1999-12-12 15:42:58 -05:00
|
|
|
# XXX present but broken: ip_mroute_mod pcic
|
1999-01-01 05:33:52 -05:00
|
|
|
|
1999-12-13 11:42:17 -05:00
|
|
|
SUBDIR= aha amr ccd cd9660 coda dc fdesc fxp if_disc if_ef if_ppp if_sl \
|
|
|
|
|
if_tun ipfilter ipfw joy kernfs md mfs mii mlx msdos \
|
1999-12-12 16:17:08 -05:00
|
|
|
ncp netgraph nfs ntfs nullfs \
|
|
|
|
|
nwfs portal procfs rl sf sis sk ste ti tl \
|
1999-12-05 18:31:04 -05:00
|
|
|
ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vr wb xl
|
1999-11-21 22:48:33 -05:00
|
|
|
|
1998-11-04 12:15:07 -05:00
|
|
|
# XXX some of these can move to the general case when de-i386'ed
|
1998-11-04 13:25:23 -05:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1999-12-12 16:17:08 -05:00
|
|
|
SUBDIR+=bktr coff fpu gnufpu ibcs2 linux splash streams \
|
1999-11-25 15:45:49 -05:00
|
|
|
svr4 syscons vesa vinum wi
|
1998-11-04 12:15:07 -05:00
|
|
|
.endif
|
1994-09-16 16:24:29 -04:00
|
|
|
|
1999-12-15 08:14:23 -05:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
|
SUBDIR+=osf1
|
|
|
|
|
.endif
|
|
|
|
|
|
1994-09-16 16:24:29 -04:00
|
|
|
.include <bsd.subdir.mk>
|