Use an appropiate HOST_CPPFLAGS.
This commit is contained in:
parent
a803656ec6
commit
729192af88
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.4 2000/06/17 16:41:09 matt Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2000/06/19 20:45:13 thorpej Exp $
|
||||
DIST= ${.CURDIR}/../../crypto/dist
|
||||
.PATH: ${DIST}/heimdal/lib/roken
|
||||
.PATH: ${.CURDIR}/../../include/heimdal
|
||||
@ -31,6 +31,8 @@ CPPFLAGS+= -I. \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
HOST_CPPFLAGS+= -I${.CURDIR}/../../include/heimdal
|
||||
|
||||
make-print-version: make-print-version.lo
|
||||
${HOST_CC} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user