]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - gnu/usr.bin/rcs/ci/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / gnu / usr.bin / rcs / ci / Makefile
1 PROG=   ci
2 SRCS=   ci.c
3 CFLAGS+= -I${.CURDIR}/../lib
4 LDADD=  ${LIBRCS}
5 DPADD=  ${LIBRCS}
6
7 .include "../../Makefile.inc"
8 .include <bsd.prog.mk>