Merge branch 'master' of git://git.theshell.com/dragonfly
[dragonfly.git] / gnu / usr.bin / rcs / Makefile.inc
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)
5 LIBRCS= ${.OBJDIR}/../lib/librcs.a
6 .else
7 LIBRCS= ${.CURDIR}/../lib/librcs.a
8 .endif
9
10 # by default, don't emit commitid phrase into RCS files
11 .if RCS_EMIT_COMMITID
12 CFLAGS+=        -DRCS_EMIT_COMMITID
13 .endif
14
15 WARNS?= 2