Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / rcs / lib / Makefile
1 # $FreeBSD: src/gnu/usr.bin/rcs/lib/Makefile,v 1.7.6.1 2002/07/19 18:46:24 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/rcs/lib/Makefile,v 1.2 2003/06/17 04:25:47 dillon Exp $
3
4 # Define FSYNC_ALL to get slower but safer writes in case of crashes in
5 # the middle of CVS/RCS changes
6 #CFLAGS += -DFSYNC_ALL
7
8 LIB     = rcs
9 SRCS    = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
10           rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcstime.c \
11           rcsutil.c merger.c version.c
12
13 INTERNALLIB=            true
14
15 .include <bsd.lib.mk>