diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-21 08:54:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-21 08:54:03 +0000 |
| commit | 072f6798f837d6b05f10ad69fd742bc352f5bcab (patch) | |
| tree | ca0aaebd5de820a84d2a30fd9f4306f7227b8706 /secure | |
| parent | 382ac430cd76bf985f194e2c489e16a397101fa3 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index a6f15de72504..40731dd3f3ff 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -6,9 +6,9 @@ SUBDIR+=libtelnet .endif .if !defined(NO_OPENSSL) SUBDIR+=libcrypto libssl -.endif .if !defined(NO_OPENSSH) SUBDIR+=libssh .endif +.endif .include <bsd.subdir.mk> |
