mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
The FreeBSD lkm design is aout specific.
This commit is contained in:
parent
f1f399e59d
commit
6e19590c40
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36059
@ -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
|
# 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 \
|
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||||
ipfw joy kernfs linux msdos nfs nullfs \
|
ipfw joy kernfs linux msdos nfs nullfs \
|
||||||
pcic portal procfs syscons umapfs wcd
|
pcic portal procfs syscons umapfs wcd
|
||||||
|
.endif
|
||||||
|
|
||||||
# XXX builds, but not useable with present design
|
# XXX builds, but not useable with present design
|
||||||
# fpu gnufpu union
|
# 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
|
# 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 \
|
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||||
ipfw joy kernfs linux msdos nfs nullfs \
|
ipfw joy kernfs linux msdos nfs nullfs \
|
||||||
pcic portal procfs syscons umapfs wcd
|
pcic portal procfs syscons umapfs wcd
|
||||||
|
.endif
|
||||||
|
|
||||||
# XXX builds, but not useable with present design
|
# XXX builds, but not useable with present design
|
||||||
# fpu gnufpu union
|
# fpu gnufpu union
|
||||||
|
Loading…
Reference in New Issue
Block a user