From 62cac529999ac3b840c5dadaf0e2b69d30f33ac6 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sun, 23 Jul 2000 03:33:21 +0000 Subject: MFC 1.115: Enable building Vinum on alpha. Reminded-by: Bernd Walter Approved-by: jkh --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6a9de74f7cdd..815e0e47b749 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -6,12 +6,12 @@ SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp if_sl if_tun ipfilter ipfw ispfw joy kernfs kue \ md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \ nwfs portal procfs rl sf sis sk ste syscons ti tl twe \ - ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb wx xl + ugen uhid ukbd ulpt umapfs umass umodem ums union usb vinum vn vpo vr wb wx xl # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux splash streams \ - svr4 vesa vinum wi + svr4 vesa wi .endif .if ${MACHINE_ARCH} == "alpha" -- cgit v1.3