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