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