Module Name: src
Committed By: pooka
Date: Fri Dec 11 21:21:52 UTC 2009
Modified Files:
src/lib/libukfs: Makefile
Log Message:
uncommit accidental changes
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libukfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libukfs/Makefile
diff -u src/lib/libukfs/Makefile:1.4 src/lib/libukfs/Makefile:1.5
--- src/lib/libukfs/Makefile:1.4 Fri Dec 11 21:20:52 2009
+++ src/lib/libukfs/Makefile Fri Dec 11 21:21:52 2009
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/12/11 21:20:52 pooka Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/11 21:21:52 pooka Exp $
#
LIB= ukfs
-#LIBDPLIBS+= rump ${.CURDIR}/../librump \
-# rumpvfs ${.CURDIR}/../librumpvfs
+LIBDPLIBS+= rump ${.CURDIR}/../librump \
+ rumpvfs ${.CURDIR}/../librumpvfs
CPPFLAGS+= -I${.CURDIR}
INCS= ukfs.h
@@ -11,6 +11,5 @@
SRCS= ukfs.c ukfs_disklabel.c
MAN= ukfs.3
-DBG= -g
.include <bsd.lib.mk>