summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/ident/Makefile
blob: f28f8d3c5b712c58b647208a65103002e4c4e4bd (plain)
1
2
3
4
5
6
7
8
PROG=	ident
SRCS=	ident.c
CFLAGS+= -I${.CURDIR}/../lib
LDADD=  ${LIBRCS}
DPADD=  ${LIBRCS}

.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud