diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-15 16:15:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-15 16:15:35 +0000 |
commit | e4ab656f287227a72d1638c30fb8a76730f4548b (patch) | |
tree | 174da7cf7aab46b58ef814a87cd4debfe874bdb4 /usr.bin/rcs/Makefile | |
parent | 77101c287022ff3d24d18c567e68985dcb2cb4a6 (diff) |
pick up BINDIR from above; ok joris
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r-- | usr.bin/rcs/Makefile | 4 |
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 |