repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
external
/
bsd
/
openssh
/
bin
/
ssh-keysign
/
Makefile
blob
4de7d4c0d47287163511665189ba3b6f5a676d25
1
# $NetBSD: Makefile,v 1.7 2005/01/03 06:05:51 lukem Exp $
2
3
BINOWN
=
root
4
BINMODE
=
4555
5
BINDIR
= /
usr
/
libexec
6
7
PROG
=
ssh-keysign
8
SRCS
=
ssh-keysign.c readconf.c
9
MAN
=
ssh-keysign
.8
10
11
.
include
<
bsd.prog.mk
>