diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-01 08:05:49 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-01 08:05:49 +0000 |
commit | c7c464a33729b877c0d23f818615a6afcd9c0d52 (patch) | |
tree | 814e56a062b16060fcf23f534e1c05f2cf7f83ba /usr.bin | |
parent | a4486e2bc2598e38a2c3b1eea92f7aa7aa27e74c (diff) |
disable ssh-keysign for now (no sbit); netbsd via itojun
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh-keysign/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile index 1a13d9ed358..56d7832de51 100644 --- a/usr.bin/ssh/ssh-keysign/Makefile +++ b/usr.bin/ssh/ssh-keysign/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/31 10:30:33 markus Exp $ +# $OpenBSD: Makefile,v 1.4 2002/07/01 08:05:48 markus Exp $ .PATH: ${.CURDIR}/.. PROG= ssh-keysign BINOWN= root -BINMODE?=4555 +#BINMODE?=4555 BINDIR= /usr/libexec MAN= ssh-keysign.8 |