]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/rcs/lib/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / gnu / usr.bin / rcs / lib / Makefile
1 # $FreeBSD$
2
3 # Define FSYNC_ALL to get slower but safer writes in case of crashes in
4 # the middle of CVS/RCS changes
5 #CFLAGS += -DFSYNC_ALL
6
7 LIB     = rcs
8 SRCS    = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
9           rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
10           rcsutil.c merger.c version.c
11
12 INTERNALLIB=
13
14 .include <bsd.lib.mk>