freebsd-dev/gnu/usr.bin/rcs/lib/Makefile

15 lines
371 B
Makefile
Raw Normal View History

# 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
1993-06-18 04:22:21 +00:00
NOPROFILE=noprofile
install:
1993-06-18 04:22:21 +00:00
.include <bsd.lib.mk>