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-keyscan
/
Makefile
blob
8626146311851597f44981c1c301297e8986ff49
1
# $NetBSD: Makefile,v 1.5 2005/01/03 06:05:50 lukem Exp $
2
3
BINDIR
= /
usr
/
bin
4
5
PROG
=
ssh-keyscan
6
SRCS
=
ssh-keyscan.c
7
MAN
=
ssh-keyscan
.1
8
9
.
include
<
bsd.prog.mk
>