aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-24 03:10:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-24 03:10:59 +0000
commit93ab83b7c3752a9965152022e5de966708620c7b (patch)
tree7f5eafb3666b5d87a32a98057eef66f57718ece2 /sys/modules
parent6109ac74d3f134d408182ab56ffeb0f193352030 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 12c547ce1177..a4af7fd26a81 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.47 1999/01/19 00:41:17 peter Exp $
+# $Id: Makefile,v 1.47.2.1 1999/04/19 14:29:32 semenu Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: acd
@@ -9,7 +9,7 @@ SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm pcic splash syscons vesa
+SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux lkm splash syscons vesa # pcic
.endif
.include <bsd.subdir.mk>