Revert previous accidental commit of debug statements

This commit is contained in:
lukem 2008-08-03 07:50:54 +00:00
parent f26df72744
commit b4336abb57
1 changed files with 1 additions and 7 deletions

View File

@ -1,14 +1,8 @@
# $NetBSD: Makefile,v 1.7 2008/08/03 07:49:46 lukem Exp $
# $NetBSD: Makefile,v 1.8 2008/08/03 07:50:54 lukem Exp $
PROG= rcorder
SRCS= hash.c rcorder.c
MAN= rcorder.8
#XXX
.PATH: /usr/src/lib/libutil
SRCS+= efun.c
.PATH: /usr/src/lib/libc/string
SRCS+= strndup.c
CPPFLAGS+=-I/usr/src/lib/libc/include
LDADD+=-lutil
DPADD+=${LIBUTIL}