summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/rcsclean/Makefile
blob: ae4d8e5d3ec282604df569d509fdfdda4ecbec05 (plain)
1
2
3
4
5
6
7
8
9
#	$Id: Makefile,v 1.1 1995/10/18 08:41:03 deraadt Exp $

PROG=	rcsclean
CFLAGS+= -I${.CURDIR}/../lib
LDADD=	${LIBRCS} -lgnumalloc
DPADD=	${LIBRCS} /usr/lib/libgnumalloc.a

.include "../../Makefile.inc"
.include <bsd.prog.mk>