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/cvs/Makefile | |
parent | 77101c287022ff3d24d18c567e68985dcb2cb4a6 (diff) |
pick up BINDIR from above; ok joris
Diffstat (limited to 'usr.bin/cvs/Makefile')
-rw-r--r-- | usr.bin/cvs/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |