This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / rcs / rcsmerge / Makefile
CommitLineData
78ed81a3 1PROG= rcsmerge
8c4ebc23 2SRCS= rcsmerge.c
8c4ebc23 3CFLAGS+= -I${.CURDIR}/../lib
78ed81a3 4LDADD= ${LIBRCS}
5DPADD= ${LIBRCS}
8c4ebc23 6
78ed81a3 7.include "../../Makefile.inc"
8c4ebc23 8.include <bsd.prog.mk>