summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/merge/Makefile
blob: 9022bc4bf6e5b86a82855f18f427555a7e70c5ec (plain)
1
2
3
4
5
6
7
8
PROG=	merge
SRCS=	merge.c
CFLAGS+= -I${.CURDIR}/../lib
LDADD=  ${LIBRCS}
DPADD=  ${LIBRCS}

.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud