cabb29ecf0
architectures since it is a key part of the configuration mechanism. The exact same code runs in the kernel as it does in a kld module.
11 lines
408 B
Makefile
11 lines
408 B
Makefile
# $Id: Makefile,v 1.36 1998/11/03 08:03:04 peter Exp $
|
|
|
|
# XXX present but broken: ip_mroute_mod
|
|
# XXX not yet completed porting: pcic syscons/*
|
|
# XXX builds but not updated: atapi, wcd, maybe vesa
|
|
SUBDIR= atapi ccd cd9660 coda 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 union vesa vinum wcd
|
|
|
|
.include <bsd.subdir.mk>
|