diff options
author | jlam <jlam> | 2004-04-28 05:26:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-04-28 05:26:39 +0000 |
commit | cec8c7d56fba803c10fdcba480cf85b51a9d71f3 (patch) | |
tree | 781f025867c1ac552b50c74e51a19a2244b09abd /security/openssh | |
parent | 33ef5de36e353324a9e03c7c5a44979cac66fac2 (diff) | |
download | pkgsrc-cec8c7d56fba803c10fdcba480cf85b51a9d71f3.tar.gz |
The buildlink3.mk file for the Kerberos 5 implementation used will
automatically pass the correct -I flags to the compiler.
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 1eb8ad15eef..41167792926 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2004/04/28 05:25:54 jlam Exp $ +# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $ DISTNAME= openssh-3.8p1 PKGNAME= openssh-3.8.1 @@ -91,7 +91,6 @@ CONFIGURE_ARGS+= --without-skey .if defined(KERBEROS) . include "../../mk/krb5.buildlink3.mk" CONFIGURE_ARGS+= --with-kerberos5=${KRB5BASE} -CPPFLAGS+= -I${KRB5BASE}/include/krb5 .endif .if (${OPSYS} == "NetBSD") && exists(/usr/include/utmpx.h) |