blob: a69000b5b2c5d27d2a9dceee806c4cecfa28967b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
NOPROFILE=noprofile
install:
.include <bsd.lib.mk>
|