Deleted Added
full compact
Makefile (25699) Makefile (96513)
1# $FreeBSD: head/gnu/usr.bin/rcs/lib/Makefile 96513 2002-05-13 11:09:07Z ru $
2
1# Define FSYNC_ALL to get slower but safer writes in case of crashes in
2# the middle of CVS/RCS changes
3#CFLAGS += -DFSYNC_ALL
4
5LIB = rcs
6SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
7 rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
8 rcsutil.c merger.c version.c
9
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
10NOPROFILE= noprofile
11INTERNALLIB= true
12INTERNALLIB= true
12INTERNALSTATICLIB= true
13
14.include <bsd.lib.mk>
13
14.include <bsd.lib.mk>