PROG= merge

SRCS=	merge.c
LDADD=	-L${.CURDIR}/../lib/${.CURDIR} -lrcs
CFLAGS+= -I${.CURDIR}/../lib

.include <bsd.prog.mk>
