summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 09:11:30 +0000
committeragc <agc@pkgsrc.org>1999-08-18 09:11:30 +0000
commitd792103c87eb8ba141c6725abab884be490bb185 (patch)
tree0476656a7a28be0d33f66f418a5b33f0ff9ce67d /security
parent9ddc439a72c3ecc0fa6547546723eb79c9529a5c (diff)
downloadpkgsrc-d792103c87eb8ba141c6725abab884be490bb185.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_SOCKS to BUILD_DEFS
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 61f639c7032..b6ccc6aeded 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 1999/08/18 08:45:20 agc Exp $
+# $NetBSD: Makefile,v 1.55 1999/08/18 09:11:31 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -169,6 +169,6 @@ post-install:
# targets precede inclusion of this.
BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2
-BUILD_DEFS+= LIBWRAP_FWD M68060
+BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS
.include "../../mk/bsd.pkg.mk"