aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-24 18:59:34 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-24 18:59:34 +0000
commitc9f2d5f4831961e16b54b2893d6ef13b760eceaf (patch)
tree0df8dd5fd1a48841958caf7ccede682338a1fb4e /secure/Makefile
parent93f80500f6b990e7fc32c30fddd2deb57265c3be (diff)
downloadsrc-c9f2d5f4831961e16b54b2893d6ef13b760eceaf.tar.gz
src-c9f2d5f4831961e16b54b2893d6ef13b760eceaf.zip
Build everything properly. This means:
o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system.
Notes
Notes: svn path=/head/; revision=57437
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile b/secure/Makefile
index 2b78992b6608..eb3f1071b895 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -6,7 +6,7 @@
MAINTAINER= markm
-SUBDIR= lib libexec usr.bin
+SUBDIR= lib libexec usr.bin usr.sbin
SDIR= ${.CURDIR}/..