ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/secure/usr.bin/Makefile
Revision: 11615
Committed: Sun Jul 8 16:33:52 2018 UTC (5 years, 9 months ago) by laffer1
File size: 294 byte(s)
Log Message:
add tests

File Contents

# Content
1 # $MidnightBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR=
6 .if ${MK_OPENSSL} != "no"
7 SUBDIR+=bdes openssl netpgp
8 .if ${MK_OPENSSH} != "no"
9 SUBDIR+=scp sftp ssh ssh-add ssh-agent ssh-keygen ssh-keyscan
10 .endif
11 .endif
12
13 .if ${MK_TESTS} != "no"
14 SUBDIR+=tests
15 .endif
16
17 SUBDIR_PARALLEL=
18
19 .include <bsd.subdir.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H