NetBSD/gnu/usr.bin/rcs/rlog/Makefile
lukem 452fa57d8e most of the rcs tools have rcs' as the prefix, except rlog'.
so, for my sanity, add `rcslog' as an alternate name for `rlog'.
1998-04-20 14:16:01 +00:00

8 lines
157 B
Makefile

# $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>