14 lines
339 B
Makefile
14 lines
339 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
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|