xref: /dragonfly/gnu/usr.bin/rcs/Makefile.inc (revision 9348a738)
1# $DragonFly: src/gnu/usr.bin/rcs/Makefile.inc,v 1.2 2007/01/17 17:56:23 y0netan1 Exp $
2# Location of librcs
3
4.if exists(${.OBJDIR}/../lib)
5LIBRCS=	${.OBJDIR}/../lib/librcs.a
6.else
7LIBRCS=	${.CURDIR}/../lib/librcs.a
8.endif
9
10# by default, don't emit commitid phrase into RCS files
11.if RCS_EMIT_COMMITID
12CFLAGS+=	-DRCS_EMIT_COMMITID
13.endif
14
15WARNS?=	2
16