diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-15 20:38:02 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-15 20:38:02 +0000 |
commit | 0ce6ecc53d8f35cbf65ef1d586ca78726686d00a (patch) | |
tree | d13a8b388de61ed4a7f910740daf632295981b56 /usr.bin/rcs/Makefile | |
parent | e2111ab396d7c2b4cfb228e56df3bb50075a6fab (diff) |
install the rcs binaries correctly;
okay niallo@
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 b05777ec2f3..f68431839df 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2005/10/15 20:06:07 niallo Exp $ +# $OpenBSD: Makefile,v 1.16 2005/10/15 20:38:01 joris Exp $ .PATH: ${.CURDIR}/../cvs @@ -10,7 +10,8 @@ SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c date.y \ CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG # Don't build the links until we actually support those commands -#LINKS= ${BINDIR}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff +LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \ + ${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff #MLINKS= rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1 CFLAGS+= -Wall |