summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-18 03:18:33 +0000
committerbde <bde@FreeBSD.org>1999-04-18 03:18:33 +0000
commit4b9d91f8344c8e09d733ecc085d26da832a4abef (patch)
tree3099dbc73c5b81aa8cbe4aad58ee6adbe1d0c9fb /sys/modules
parent067e3249abc495d43e7897d4c754be56ac1b5040 (diff)
downloadFreeBSD-src-4b9d91f8344c8e09d733ecc085d26da832a4abef.zip
FreeBSD-src-4b9d91f8344c8e09d733ecc085d26da832a4abef.tar.gz
Actually build the new fxp module.
Updated comments about rotten modules. Fixed disorder and English errors.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8d07641..50c90ea 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,17 +1,17 @@
-# $Id: Makefile,v 1.55 1999/04/13 18:53:54 peter Exp $
+# $Id: Makefile,v 1.56 1999/04/17 16:31:13 peter Exp $
-# XXX present but broken: ip_mroute_mod
+# XXX present but broken: atapi ip_mroute_mod
# XXX not yet completed porting: acd
-# XXX builds but not updated: atapi
-# XXX depreciated: lkm
+# XXX builds but not updated: joy
+# XXX deprecated: lkm
-SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
+SUBDIR= ccd cd9660 coda fdesc fxp if_disc if_ppp if_sl if_tun ipfw kernfs \
mfs msdos nfs ntfs nullfs portal procfs umapfs union vinum vn
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=coff fpu gnufpu ibcs2 joy linux pcic splash streams \
- syscons vesa svr4
+ svr4 syscons vesa
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud