NetBSD/gnu/usr.bin/rcs/lib/Makefile

23 lines
595 B
Makefile
Raw Normal View History

1997-06-23 17:31:52 +04:00
# $NetBSD: Makefile,v 1.12 1997/06/23 13:31:52 mrg Exp $
1993-07-09 05:56:50 +04:00
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
1995-02-24 05:07:40 +03:00
CFLAGS+=-DFSYNC_ALL
1993-07-09 05:56:50 +04:00
# If you wish to use a different Id token in addition to Id,
# uncomment the following line and edit to taste.
1997-06-23 17:31:52 +04:00
#CFLAGS+=-DLOCALID=\"Foo\"
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
NOPROFILE=noprofile
1993-10-07 00:28:25 +03:00
NOPIC=nopic
1993-07-09 05:56:50 +04:00
# only needed during build
libinstall::
1993-07-09 05:56:50 +04:00
.include <bsd.lib.mk>