mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
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.
10 lines
408 B
Makefile
10 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>
|