diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index 7d462daf69e9..86bd72e651ec 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -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}