summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 08:28:09 +0000
committeragc <agc@pkgsrc.org>1999-08-18 08:28:09 +0000
commitf721b0e1292e934b07389b4d4548551fd61791d3 (patch)
tree99303b67db6c12c9bc66a158c4d979478f3ca27e /security
parent8432197d1bc0694472d570fcff76c92d3f25118c (diff)
downloadpkgsrc-f721b0e1292e934b07389b4d4548551fd61791d3.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index cec539158fc..abb0e726002 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 1999/07/10 22:05:28 itojun Exp $
+# $NetBSD: Makefile,v 1.52 1999/08/18 08:29:58 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -168,4 +168,6 @@ post-install:
# Include <bsd.pkg.mk> here. It is essential to have all the override
# targets precede inclusion of this.
+BUILD_DEFS+= DONT_USE_IDEA SSH_CONF_DIR SSH_SUID USE_RSAREF2
+
.include "../../mk/bsd.pkg.mk"