Sync usage with man page.
[netbsd-mini2440.git] / gnu / usr.bin / rcs / lib / Makefile
blobcd6ecccb1c803617b17322ffa383fdad883712b3
1 # $NetBSD: Makefile,v 1.21 2004/05/23 02:24:51 lukem Exp $
3 LIBISPRIVATE= yes
5 # Define FSYNC_ALL to get slower but safer writes in case of crashes in
6 # the middle of CVS/RCS changes
7 CPPFLAGS+=-DFSYNC_ALL
9 .include <bsd.own.mk> # for RCS_LOCALID
11 # If you wish to use a different Id token in addition to Id,
12 # set the variable RCS_LOCALID in mk.conf or environment.
13 .if defined(RCS_LOCALID)
14 CPPFLAGS+=-DLOCALID=\"${RCS_LOCALID}\"
15 .endif
17 LIB= rcs
18 SRCS= maketime.c merger.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
19 rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
20 rcsutil.c version.c
22 .include <bsd.lib.mk>