Makefile revision 25699
1# Define FSYNC_ALL to get slower but safer writes in case of crashes in
2# the middle of CVS/RCS changes
3#CFLAGS += -DFSYNC_ALL
4
5LIB     = rcs
6SRCS    = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
7	  rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
8	  rcsutil.c merger.c version.c
9
10NOPROFILE=		noprofile
11INTERNALLIB=		true
12INTERNALSTATICLIB=	true
13
14.include <bsd.lib.mk>
15