Remove -I${DESTDIR}/usr/include and -I${DESTDIR}/usr/include/openssl from
CPPFLAGS.
This commit is contained in:
parent
7532b272b3
commit
4d1b7fd158
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2001/12/12 12:24:27 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2001/12/31 19:25:36 thorpej Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
|
||||
|
@ -18,8 +18,6 @@ CPPFLAGS+= -I. \
|
|||
-I${.CURDIR}/../../include/heimdal \
|
||||
-I${DESTDIR}/usr/include/kerberosIV \
|
||||
-I${DESTDIR}/usr/include/krb5 \
|
||||
-I${DESTDIR}/usr/include \
|
||||
-I${DESTDIR}/usr/include/openssl \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
|
||||
|
|
Loading…
Reference in New Issue