We don't need librcs.a in /usr/lib, so make install not do anything

This commit is contained in:
Nate Williams 1993-07-06 19:38:11 +00:00
parent 18b45b34dc
commit 552fc2e65e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100

View File

@ -7,4 +7,7 @@ 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
install:
@echo -n
.include <bsd.lib.mk>