summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-15 16:15:35 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-15 16:15:35 +0000
commite4ab656f287227a72d1638c30fb8a76730f4548b (patch)
tree174da7cf7aab46b58ef814a87cd4debfe874bdb4 /usr.bin/rcs/Makefile
parent77101c287022ff3d24d18c567e68985dcb2cb4a6 (diff)
pick up BINDIR from above; ok joris
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r--usr.bin/rcs/Makefile4
1 files changed, 1 insertions, 3 deletions
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