diff options
-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 |