Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libukfs uncommit accidental changes



details:   https://anonhg.NetBSD.org/src/rev/770344647c7b
branches:  trunk
changeset: 749879:770344647c7b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Dec 11 21:21:52 2009 +0000

description:
uncommit accidental changes

diffstat:

 lib/libukfs/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 19df9a9fc677 -r 770344647c7b lib/libukfs/Makefile
--- a/lib/libukfs/Makefile      Fri Dec 11 21:20:52 2009 +0000
+++ b/lib/libukfs/Makefile      Fri Dec 11 21:21:52 2009 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index