freebsd-dev/gnu/usr.bin/rcs/rcsdiff/Makefile

8 lines
129 B
Makefile
Raw Normal View History

1993-06-18 04:22:21 +00:00
PROG= rcsdiff
SRCS= rcsdiff.c
LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs
1993-06-18 04:22:21 +00:00
CFLAGS+= -I${.CURDIR}/../lib
.include <bsd.prog.mk>