]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/rcs/merge/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / rcs / merge / Makefile
1 PROG=   merge
2 SRCS=   merge.c
3 CFLAGS+= -I${.CURDIR}/../lib
4 LDADD=  ${LIBRCS}
5 DPADD=  ${LIBRCS}
6
7 .include "../../Makefile.inc"
8 .include <bsd.prog.mk>