d2be861745
All those $Log$ entries, combined with the whitespace changes are a real pain. I'm committing this now, before it's completely finished to get it compiling and working again ASAP. Some of the FreeBSD specific features are not working in this commit yet (mainly rlog stuff and $FreeBSD$ support)
15 lines
371 B
Makefile
15 lines
371 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 rcstime.c \
|
|
rcsutil.c merger.c version.c
|
|
|
|
NOPROFILE=noprofile
|
|
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|