aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the build for the STARTTLS version of sendmail (again). This methodGregory Neil Shapiro2000-10-241-4/+0
| | | | | | | | | | | | | mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync). Suggested by: bde Assisted by: kris Notes: svn path=/head/; revision=67502
* Activate the 'secure' (TLS) version of sendmail if !NO_SENDMAIL && !NO_OPENSSLGregory Neil Shapiro2000-10-131-0/+4
| | | | Notes: svn path=/head/; revision=67053
* Don't build sshd if NO_OPENSSL defined.Kris Kennaway2000-07-301-1/+1
| | | | | | | Submitted by: stephen@math.missouri.edu Notes: svn path=/head/; revision=64034
* Add the OpenSSH userland-building Makefiles.Mark Murray2000-02-241-0/+8
Notes: svn path=/head/; revision=57434