diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-13 03:21:37 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-13 03:21:37 +0000 |
| commit | c1f12b17ffc058f5b26da06a528e2c6ef8744a55 (patch) | |
| tree | 84b0c503ec8ea72a0c092a3721c98aadfccf0dd8 /secure/usr.sbin | |
| parent | fa54144cce7ef5673a901cba6be5519d8be69002 (diff) | |
Notes
Diffstat (limited to 'secure/usr.sbin')
| -rw-r--r-- | secure/usr.sbin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/usr.sbin/Makefile b/secure/usr.sbin/Makefile index b8636e5c43332..c43461057f601 100644 --- a/secure/usr.sbin/Makefile +++ b/secure/usr.sbin/Makefile @@ -5,4 +5,8 @@ SUBDIR= SUBDIR+=sshd .endif +.if !defined(NO_SENDMAIL) && !defined(NO_OPENSSL) +SUBDIR+=sendmail +.endif + .include <bsd.subdir.mk> |
