freebsd-dev/gnu/usr.bin/rcs/rcsmerge/Makefile
1995-05-30 05:05:38 +00:00

9 lines
149 B
Makefile

PROG= rcsmerge
SRCS= rcsmerge.c
CFLAGS+= -I${.CURDIR}/../lib
LDADD= ${LIBRCS}
DPADD= ${LIBRCS}
.include "../../Makefile.inc"
.include <bsd.prog.mk>