diff options
| author | 2002-07-01 08:05:48 +0000 | |
|---|---|---|
| committer | 2002-07-01 08:05:48 +0000 | |
| commit | 749f8979483dac8befc67b0dc4ce799cda536439 (patch) | |
| tree | 6202be68afed98bd7e5e6eed483ec623e3be9931 /usr.bin/ssh/ssh-keysign | |
| parent | Change spelling in comment to match errlist.c (diff) | |
| download | wireguard-openbsd-749f8979483dac8befc67b0dc4ce799cda536439.tar.xz wireguard-openbsd-749f8979483dac8befc67b0dc4ce799cda536439.zip | |
disable ssh-keysign for now (no sbit); netbsd via itojun
Diffstat (limited to 'usr.bin/ssh/ssh-keysign')
| -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 |
