diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-26 07:03:00 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-10-26 07:03:00 +0000 |
commit | bebcbd07545e7292f1fbf5300587e419f6978808 (patch) | |
tree | 7a415fb899c4a68c4d1c0210b1f3c45021f05280 /usr.bin/rcs/Makefile | |
parent | 83deda85fb996b44a04ca39ffce3a8a0a76b8fe0 (diff) |
install ident and rlog too; joris ok
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r-- | usr.bin/rcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 780e082ccab..bbd3132395a 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2005/10/23 04:07:06 joris Exp $ +# $OpenBSD: Makefile,v 1.22 2005/10/26 07:02:59 xsa Exp $ .PATH: ${.CURDIR}/../cvs @@ -11,7 +11,8 @@ CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \ ${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff \ - ${BINDIR}/rcs ${BINDIR}/rcsmerge + ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \ + ${BINDIR}/rcs ${BINDIR}/ident #MLINKS= rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1 CFLAGS+= -Wall |