summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 08:41:53 +0000
committeragc <agc@pkgsrc.org>1999-08-18 08:41:53 +0000
commitf684acad0585e2151b752832ce42f32b2bdb7a13 (patch)
tree0f3d00eb1ae3247524069827eaf8cc329cd73bcd /security
parent30ddf4d2ede75332d4b192b54fea79f5d818bc93 (diff)
downloadpkgsrc-f684acad0585e2151b752832ce42f32b2bdb7a13.tar.gz
Add LIBWRAP_FWD to BUILD_DEFS
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index abb0e726002..b50ccdf709a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 1999/08/18 08:29:58 agc Exp $
+# $NetBSD: Makefile,v 1.53 1999/08/18 08:41:53 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -169,5 +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
.include "../../mk/bsd.pkg.mk"