aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-05-31 11:52:47 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-05-31 11:52:47 +0200
commit2e201c780e72b49fa6d16f27fa559972503acac4 (patch)
treea591370bf298f8b15f95a6b02d802ac04a897db9 /Makefile
parent2a5b5ab1809f1685e2071834be4755e32078c59a (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3e26750..7c9f7be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
+#CVSROOT=anoncvs@anoncvs1.usa.openbsd.org:/cvs
PROG= anoncvssh
BINOWN= root
BINMODE=4111
-BINDIR=/usr/local/bin
+BINDIR=/open
NOMAN=
-LDSTATIC=${STATIC}
.include <bsd.prog.mk>