freebsd-dev/gnu/usr.bin/rcs/merge/Makefile
1993-06-25 18:51:05 +00:00

8 lines
124 B
Makefile

PROG= merge
SRCS= merge.c
LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs
CFLAGS+= -I${.CURDIR}/../lib
.include <bsd.prog.mk>