diff options
author | seb <seb@pkgsrc.org> | 2002-06-28 09:05:16 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-06-28 09:05:16 +0000 |
commit | b37de5b10e5155ca3e19df88296a41a8e587dcdb (patch) | |
tree | df4d2958d0775357358a9ba1bd2e4377f395676b /security/openssh | |
parent | 7d5fe93d6e784041e198e1d217ed5fa3600b7a64 (diff) | |
download | pkgsrc-b37de5b10e5155ca3e19df88296a41a8e587dcdb.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/openssh')
-rw-r--r-- | security/openssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 064c7d18f04..10fcdfe12cb 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2002/06/27 10:49:40 itojun Exp $ +# $NetBSD: Makefile,v 1.81 2002/06/28 09:05:16 seb Exp $ DISTNAME= openssh-3.4p1 PKGNAME= openssh-3.4.0.1 @@ -27,7 +27,6 @@ CRYPTO= yes # retain the following line, for IPv6-ready pkgsrc webpage BUILD_DEFS+= USE_INET6 #BUILD_DEFS+= KERBEROS -BUILD_DEFS+= PKG_SYSCONFDIR .include "../../mk/bsd.prefs.mk" |