most of the rcs tools have `rcs' as the prefix, except `rlog'.

so, for my sanity, add `rcslog' as an alternate name for `rlog'.
This commit is contained in:
lukem 1998-04-20 14:16:01 +00:00
parent 9880e1560f
commit 452fa57d8e
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.6 1997/10/18 04:42:22 lukem Exp $
# $NetBSD: Makefile,v 1.7 1998/04/20 14:16:01 lukem Exp $
PROG= rlog
LINKS= ${BINDIR}/rlog ${BINDIR}/rcslog
MLINKS= rlog.1 rcslog.1
.include <bsd.prog.mk>