mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The FreeBSD lkm design is aout specific.
This commit is contained in:
parent
f1f399e59d
commit
6e19590c40
2 changed files with 6 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
# $Id: Makefile,v 1.28 1997/08/28 14:45:12 jlemon Exp $
|
||||
# $Id: Makefile,v 1.29 1998/02/18 14:30:07 msmith Exp $
|
||||
|
||||
# XXX present but broken: ip_mroute_mod mfs
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||
ipfw joy kernfs linux msdos nfs nullfs \
|
||||
pcic portal procfs syscons umapfs wcd
|
||||
.endif
|
||||
|
||||
# XXX builds, but not useable with present design
|
||||
# fpu gnufpu union
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
# $Id: Makefile,v 1.28 1997/08/28 14:45:12 jlemon Exp $
|
||||
# $Id: Makefile,v 1.29 1998/02/18 14:30:07 msmith Exp $
|
||||
|
||||
# XXX present but broken: ip_mroute_mod mfs
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||
ipfw joy kernfs linux msdos nfs nullfs \
|
||||
pcic portal procfs syscons umapfs wcd
|
||||
.endif
|
||||
|
||||
# XXX builds, but not useable with present design
|
||||
# fpu gnufpu union
|
||||
|
|
|
|||
Loading…
Reference in a new issue