23 lines
595 B
Makefile
23 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.12 1997/06/23 13:31:52 mrg Exp $
|
|
|
|
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
|
|
# the middle of CVS/RCS changes
|
|
CFLAGS+=-DFSYNC_ALL
|
|
|
|
# If you wish to use a different Id token in addition to Id,
|
|
# uncomment the following line and edit to taste.
|
|
#CFLAGS+=-DLOCALID=\"Foo\"
|
|
|
|
LIB= rcs
|
|
SRCS= maketime.c merger.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 version.c
|
|
|
|
NOPROFILE=noprofile
|
|
NOPIC=nopic
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|