uncommit accidental changes

This commit is contained in:
pooka 2009-12-11 21:21:52 +00:00
parent 262f83ce50
commit 35b591f8ec

View File

@ -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 @@ INCSDIR= /usr/include/rump
SRCS= ukfs.c ukfs_disklabel.c
MAN= ukfs.3
DBG= -g
.include <bsd.lib.mk>