From 7dd1f91a7086787610bce343cfb0498eee7a0e0d Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 9 Jan 2001 04:56:53 +0000 Subject: [PATCH] Evidently, svr4 is broken at the moment. Disconnect the build to prevent Bad Things from unsuspecting module loaders. --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a0e9a707643f..efd6aa574711 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -19,7 +19,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" SUBDIR+=aac aic asr bktr coff el fpu gnufpu ibcs2 linprocfs mly pecoff ray \ - s3 splash streams svr4 vesa wi + s3 splash streams vesa wi .endif .if ${MACHINE} == "pc98"