1998-10-16 04:30:52 +00:00
|
|
|
# $Id: Makefile,v 1.33 1998/09/28 05:38:22 grog 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-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 \
|
|
|
|
portal procfs syscons umapfs vesa vinum wcd
|
1998-05-15 11:57:05 +00:00
|
|
|
.endif
|
1994-09-16 20:24:29 +00:00
|
|
|
|
1996-01-06 23:15:40 +00:00
|
|
|
# XXX builds, but not useable with present design
|
1998-10-16 04:30:52 +00:00
|
|
|
#union
|
1996-01-06 23:15:40 +00:00
|
|
|
|
1994-09-16 20:24:29 +00:00
|
|
|
.include <bsd.subdir.mk>
|