rcs: Clean up the Makefiles.
[dragonfly.git] / gnu / usr.bin / rcs / Makefile.inc
1 # Location of librcs
2
3 .if exists(${.OBJDIR}/../lib)
4 LIBRCS= ${.OBJDIR}/../lib/librcs.a
5 .else
6 LIBRCS= ${.CURDIR}/../lib/librcs.a
7 .endif
8
9 # by default, don't emit commitid phrase into RCS files
10 .if RCS_EMIT_COMMITID
11 CFLAGS+=        -DRCS_EMIT_COMMITID
12 .endif
13
14 WARNS?= 2
15
16 .include "../Makefile.inc"