Makefile revision 113
1# Define FSYNC_ALL to get slower but safer writes in case of crashes in
2# the middle of CVS/RCS changes
3CFLAGS += -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 rcsutil.c \
8	  merger.c
9
10NOPROFILE=noprofile
11
12install:
13
14.include <bsd.lib.mk>
15