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