From 940311dc21f05c252c345bc27c2d734c252dd309 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Thu, 11 Dec 2003 23:06:54 +0000 Subject: [PATCH] Ack! Only build if_ndis.ko and ndis.ko if arch == i386. --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7d7db3f63397..b604e4604cfe 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -53,7 +53,6 @@ SUBDIR= accf_data \ if_faith \ if_gif \ if_gre \ - if_ndis \ if_ppp \ if_sl \ if_stf \ @@ -91,7 +90,6 @@ SUBDIR= accf_data \ msdosfs \ msdosfs_iconv \ my \ - ndis \ nfsclient \ nfsserver \ nge \ @@ -205,11 +203,13 @@ SUBDIR+=3dfx \ i2c \ ibcs2 \ ie \ + if_ndis \ linprocfs \ linux \ lnc \ ncp \ ncv \ + ndis \ netgraph \ nsp \ nwfs \