summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/cvs/Makefile3
-rw-r--r--usr.bin/rcs/Makefile4
2 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile
index fb2ac8da25e..f1bd7d90329 100644
--- a/usr.bin/cvs/Makefile
+++ b/usr.bin/cvs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2005/04/15 15:47:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2005/04/15 16:15:34 deraadt Exp $
PROG= cvs
MAN= cvs.1 cvsrc.5 cvsintro.7
@@ -8,7 +8,6 @@ SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c cmd.c commit.c date.y \
log.c logmsg.c proto.c rcs.c rcsnum.c remove.c req.c resp.c root.c \
server.c status.c strtab.c tag.c update.c util.c version.c
-BINDIR= /usr/bin
BINOWN= root
#BINGRP=_cvsd
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index dd617f41686..9d7eebc5f79 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2005/04/15 15:46:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2005/04/15 16:15:34 deraadt Exp $
.PATH: ${.CURDIR}/../cvs
@@ -8,8 +8,6 @@ MAN= rcs.1
SRCS= rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c
CFLAGS+=-I${.CURDIR}/../cvs
-BINDIR= /usr/bin
-
# Don't build the links until we actually support those commands
#LINKS= ${BINDIR}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff