summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-01-30 06:31:51 +0000
committernewton <newton@FreeBSD.org>1999-01-30 06:31:51 +0000
commit39d7d3791b3b531f359e7c1bf533573c8e024f69 (patch)
treea69e071081da13901e1db4279d1f3f6ab955246a /sys/modules
parent907b4856268779d887a17de5aa177b639c6c2638 (diff)
downloadFreeBSD-src-39d7d3791b3b531f359e7c1bf533573c8e024f69.zip
FreeBSD-src-39d7d3791b3b531f359e7c1bf533573c8e024f69.tar.gz
Activate svr4 module
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 bb2b1fd..dbda09b 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.48 1999/01/21 17:19:56 peter 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 pcic splash syscons vesa svr4
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud