Deleted Added
full compact
Makefile (96513) Makefile (136910)
1# $FreeBSD: head/gnu/usr.bin/rcs/lib/Makefile 96513 2002-05-13 11:09:07Z ru $
1# $FreeBSD: head/gnu/usr.bin/rcs/lib/Makefile 136910 2004-10-24 15:33:08Z ru $
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
7LIB = rcs
8SRCS = 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
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
7LIB = rcs
8SRCS = 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
12INTERNALLIB= true
12INTERNALLIB=
13
14.include <bsd.lib.mk>
13
14.include <bsd.lib.mk>