aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c6c1de..19aff48 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,9 @@
PROG= anoncvssh
BINOWN= root
BINMODE=4111
-BINDIR=/cvsroot
+BINDIR=/usr/local/bin
NOMAN=
+LDSTATIC=${STATIC}
.include <bsd.prog.mk>