Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/kdestroy Remove -I${DESTDIR}/usr/include/openssl fro...



details:   https://anonhg.NetBSD.org/src/rev/b84bae1e0e79
branches:  trunk
changeset: 519971:b84bae1e0e79
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 31 19:24:12 2001 +0000

description:
Remove -I${DESTDIR}/usr/include/openssl from CPPFLAGS; it's unnecessary,
and having it causes the wrong <err.h> to be included.

diffstat:

 usr.bin/kdestroy/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 10c2b0d0946f -r b84bae1e0e79 usr.bin/kdestroy/Makefile
--- a/usr.bin/kdestroy/Makefile Mon Dec 31 19:21:36 2001 +0000
+++ b/usr.bin/kdestroy/Makefile Mon Dec 31 19:24:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/12/31 19:02:49 thorpej Exp $
+# $NetBSD: Makefile,v 1.11 2001/12/31 19:24:12 thorpej Exp $
 
 NOLINT= # defined
 
@@ -18,7 +18,6 @@
        -I${.CURDIR}/../../include/heimdal      \
        -I${DESTDIR}/usr/include/kerberosIV     \
        -I${DESTDIR}/usr/include/krb5           \
-       -I${DESTDIR}/usr/include/openssl        \
        -DHAVE_CONFIG_H
 
 VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}



Home | Main Index | Thread Index | Old Index