From 43a0cb4d85e5ba7b3e08fcd80a01c7af5db2185f Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 12 Nov 2004 10:07:32 +0000 Subject: [PATCH] Temporarily remove union and nullfs from the vfs build list, they are currently broken in HEAD. --- sys/vfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/vfs/Makefile b/sys/vfs/Makefile index 93db14cbc5..05d3d174f3 100644 --- a/sys/vfs/Makefile +++ b/sys/vfs/Makefile @@ -1,8 +1,8 @@ # Makefile for vfs modules # -# $DragonFly: src/sys/vfs/Makefile,v 1.2 2004/03/12 22:38:15 joerg Exp $ +# $DragonFly: src/sys/vfs/Makefile,v 1.3 2004/11/12 10:07:32 dillon Exp $ -SUBDIR=fifofs msdosfs portal umapfs gnu nfs procfs union \ - coda hpfs ntfs smbfs isofs nullfs fdesc mfs nwfs udf +SUBDIR=fifofs msdosfs portal umapfs gnu nfs procfs \ + coda hpfs ntfs smbfs isofs fdesc mfs nwfs udf .include -- 2.32.0