2002-09-19 07:09:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.20 2002/09/19 03:09:42 lukem Exp $
|
1993-07-09 05:56:50 +04:00
|
|
|
|
2001-12-12 15:24:19 +03:00
|
|
|
NOLINT= # defined
|
|
|
|
NOPIC= # defined
|
|
|
|
NOPROFILE= # defined
|
|
|
|
|
2002-09-19 07:09:31 +04:00
|
|
|
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
|
|
|
|
# the middle of CVS/RCS changes
|
|
|
|
CPPFLAGS+=-DFSYNC_ALL
|
|
|
|
|
1998-05-04 23:52:16 +04:00
|
|
|
.include <bsd.own.mk> # for RCS_LOCALID
|
|
|
|
|
1996-09-27 01:47:52 +04:00
|
|
|
# If you wish to use a different Id token in addition to Id,
|
1998-03-26 16:56:42 +03:00
|
|
|
# set the variable RCS_LOCALID in mk.conf or environment.
|
|
|
|
.if defined(RCS_LOCALID)
|
|
|
|
CPPFLAGS+=-DLOCALID=\"${RCS_LOCALID}\"
|
|
|
|
.endif
|
1996-09-04 12:04:12 +04:00
|
|
|
|
1995-02-24 05:07:40 +03:00
|
|
|
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
|
1993-07-09 05:56:50 +04:00
|
|
|
|
1997-06-01 01:21:13 +04:00
|
|
|
# only needed during build
|
|
|
|
libinstall::
|
1993-07-09 05:56:50 +04:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|