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-keygen
/
Makefile
blob
468fa423d31c8f4c5c00ccdf97af7c97a79ab0ac
1
# $NetBSD: Makefile,v 1.4 2005/02/13 06:07:21 christos Exp $
2
3
BINDIR
= /
usr
/
bin
4
5
PROG
=
ssh-keygen
6
SRCS
=
ssh-keygen.c moduli.c
7
8
.
include
<
bsd.prog.mk
>