repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
secure
/
usr.bin
/
ssh-keygen
/
Makefile
blob
30adcf21479517a99e5e0a660e4e3afefb1b02ee
1
# $FreeBSD$
2
3
PROG
=
ssh-keygen
4
CFLAGS
+=-
I
${
SSHDIR
} -
include
ssh_namespace.h
5
6
DPADD
= ${
LIBSSH
} ${
LIBCRYPT
} ${
LIBCRYPTO
} ${
LIBZ
}
7
LDADD
= -
lssh
-
lcrypt
-
lcrypto
-
lz
8
9
.
include
<
bsd.prog.mk
>
10
11
.PATH
: ${
SSHDIR
}
12
13
${
OBJS
} ${
POBJS
} ${
SOBJS
}:
ssh_namespace.h