e6da6cbc7d
take the easy way out and implement the beginnings of something similar. Don't worry, the code here is *dormant* so far, some "help" from cvs is required. This is going in now so that jdp can see what I'm working on. This is an extension of the previous existing skeleton $FreeBSD$ code.
15 lines
406 B
Makefile
15 lines
406 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
|
|
INTERNALLIB= true
|
|
INTERNALSTATICLIB= true
|
|
|
|
.include <bsd.lib.mk>
|