summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorseb <seb>2002-06-28 09:05:16 +0000
committerseb <seb>2002-06-28 09:05:16 +0000
commite154ff863abcba27b6a1da430330af616626ad3e (patch)
treedf4d2958d0775357358a9ba1bd2e4377f395676b /security/ssh
parenta42f8182cb982ab64efddc2c8c4743ebb29dae8c (diff)
downloadpkgsrc-e154ff863abcba27b6a1da430330af616626ad3e.tar.gz
Add PKG_SYSCONFDIR to BUILD_DEFS.
Note: it was already as part of CONFIGURE_ENV value, this change only makes it more "readable" IMHO. Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of Makefiles.
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 610342c6333..4f3ea2b0bef 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2002/06/15 21:20:04 cjep Exp $
+# $NetBSD: Makefile,v 1.100 2002/06/28 09:05:19 seb Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -195,7 +195,7 @@ post-install:
fi
${INSTALL_SCRIPT} ${WRKDIR}/sshd.sh ${PREFIX}/etc/rc.d/sshd
-BUILD_DEFS+= USE_IDEA PKG_SYSCONFDIR SSH_SUID USE_RSAREF2
+BUILD_DEFS+= USE_IDEA SSH_SUID USE_RSAREF2
BUILD_DEFS+= LIBWRAP_FWD M68060 USE_SOCKS
.include "../../mk/bsd.pkg.mk"