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
|
|
|
|
1999-12-12 20:55:49 +00:00
|
|
|
SUBDIR= aha amr ccd cd9660 coda dc fdesc fxp if_disc if_ppp if_sl if_tun \
|
1999-12-12 20:42:58 +00:00
|
|
|
ipfilter ipfw joy kernfs md mfs mii msdos netgraph nfs ntfs nullfs \
|
1999-12-05 23:31:04 +00:00
|
|
|
portal procfs rl sf sis sk ste ti tl \
|
|
|
|
ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn 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 20:55:49 +00:00
|
|
|
SUBDIR+=bktr coff fpu gnufpu ibcs2 linux mlx ncp nwfs splash streams \
|
1999-11-25 20:45:49 +00:00
|
|
|
svr4 syscons vesa vinum wi
|
1998-11-04 17:15:07 +00:00
|
|
|
.endif
|
1994-09-16 20:24:29 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|