Merge branch 'vendor/LIBRESSL'
[dragonfly.git] / gnu / usr.bin / rcs / rcsclean / Makefile
1 PROG=   rcsclean
2 SRCS=   rcsclean.c
3 CFLAGS+= -I${.CURDIR}/../lib
4 LDADD=  ${LIBRCS}
5 DPADD=  ${LIBRCS}
6
7 .include "../../Makefile.inc"
8 .include <bsd.prog.mk>