freebsd-dev/gnu/usr.bin/rcs/lib/Makefile
Nate Williams 967cd26f61 Added Chris Demetriou's FSYNC_ALL option which causes all writes to be
flushed immediately.  (In case of a crash in the middle of CVS/RCS commits
1993-06-28 19:13:10 +00:00

11 lines
319 B
Makefile

# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
CFLAGS += -DFSYNC_ALL
LIB = rcs
SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcsutil.c \
merger.c
.include <bsd.lib.mk>