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

18 lines
415 B
Makefile
Raw Normal View History

1993-10-07 00:28:25 +03:00
# $Id: Makefile,v 1.3 1993/10/06 21:28:25 cgd 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
CFLAGS += -DFSYNC_ALL
LIB = rcs
SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
rcskeep.c rcskeys.c rcslex.c rcsmap.c rcsrev.c rcssyn.c rcsutil.c \
merger.c
NOPROFILE=noprofile
1993-10-07 00:28:25 +03:00
NOPIC=nopic
1993-07-09 05:56:50 +04:00
install:
.include <bsd.lib.mk>