repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
csh: Stop ignoring -Wformat warnings.
[dragonfly.git]
/
secure
/
usr.bin
/
Makefile
blob
4e31f5c56cf44384d3ff3fe1feb5b82223eac8f7
1
SUBDIR
=
bdes
2
.if
!
defined
(
NO_OPENSSL
)
3
SUBDIR
+=
openssl
4
.if
!
defined
(
NO_OPENSSH
)
5
SUBDIR
+=
scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
6
.
endif
7
.
endif
8
9
.
include
<
bsd.subdir.mk
>