From 6e19590c40eccf3423c24fd779ea79998b3705e1 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 15 May 1998 11:57:05 +0000 Subject: [PATCH] The FreeBSD lkm design is aout specific. --- lkm/Makefile | 4 +++- sys/modules/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lkm/Makefile b/lkm/Makefile index a638a1f8f8c..83d4a218e63 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -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 diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a638a1f8f8c..83d4a218e63 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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