Module Name:    src
Committed By:   dholland
Date:           Sat Jun  8 22:45:29 UTC 2013

Modified Files:
        src/sys/rump/fs/lib/liblfs: Makefile

Log Message:
right, why does rump have to have its own copy of all the build information?


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/fs/lib/liblfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/fs/lib/liblfs/Makefile
diff -u src/sys/rump/fs/lib/liblfs/Makefile:1.7 src/sys/rump/fs/lib/liblfs/Makefile:1.8
--- src/sys/rump/fs/lib/liblfs/Makefile:1.7	Thu Jun  6 00:54:49 2013
+++ src/sys/rump/fs/lib/liblfs/Makefile	Sat Jun  8 22:45:28 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2013/06/06 00:54:49 dholland Exp $
+#	$NetBSD: Makefile,v 1.8 2013/06/08 22:45:28 dholland Exp $
 #
 
 .PATH:  ${.CURDIR}/../../../../ufs/lfs
@@ -12,8 +12,7 @@ SRCS=	lfs_alloc.c lfs_balloc.c lfs_bio.c
 SRCS+=	ulfs_bmap.c ulfs_dirhash.c ulfs_extattr.c ulfs_ihash.c		\
 	ulfs_inode.c ulfs_lookup.c ulfs_quota.c ulfs_quota1.c		\
 	ulfs_quota2.c ulfs_quota1_subr.c ulfs_quota2_subr.c		\
-	ulfs_rename.c ulfs_snapshot.c ulfs_vfsops.c ulfs_vnops.c	\
-	ulfs_wapbl.c
+	ulfs_rename.c ulfs_snapshot.c ulfs_vfsops.c ulfs_vnops.c
 
 
 CFLAGS+=        -DLFS_KERNEL_RFW

Reply via email to