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