]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/usr.bin/rcs/ident/Makefile
This commit was generated by cvs2svn to compensate for changes in r178388,
[FreeBSD/FreeBSD.git] / gnu / usr.bin / rcs / ident / Makefile
1 PROG=   ident
2 SRCS=   ident.c
3 CFLAGS+= -I${.CURDIR}/../lib
4 LDADD=  ${LIBRCS}
5 DPADD=  ${LIBRCS}
6
7 .include "../../Makefile.inc"
8 .include <bsd.prog.mk>