1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

The FreeBSD lkm design is aout specific.

This commit is contained in:
John Birrell 1998-05-15 11:57:05 +00:00
parent f1f399e59d
commit 6e19590c40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36059
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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