1998-11-03 08:03:04 +00:00
|
|
|
# $Id: Makefile,v 1.35 1998/11/03 06:51:48 peter Exp $
|
1994-09-16 20:24:29 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
# XXX present but broken: ip_mroute_mod
|
|
|
|
# XXX not yet completed porting: pcic coda syscons/*
|
1998-11-03 06:51:48 +00:00
|
|
|
# XXX builds but not updated: atapi, wcd, maybe vesa
|
1998-05-15 11:57:05 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
1998-10-16 04:30:52 +00:00
|
|
|
SUBDIR= atapi ccd cd9660 coff fdesc fpu gnufpu ibcs2 if_disc if_ppp if_sl \
|
|
|
|
if_tun ipfw joy kernfs linux mfs msdos nfs nullfs \
|
1998-11-03 08:03:04 +00:00
|
|
|
portal procfs syscons umapfs union vesa vinum wcd
|
1998-05-15 11:57:05 +00:00
|
|
|
.endif
|
1994-09-16 20:24:29 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|