1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2019/05/07 04:29:45 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej HOSTLIB= prop 4 1.1 thorpej 5 1.1 thorpej .include <bsd.hostinit.mk> 6 1.1 thorpej 7 1.1 thorpej LIBPROP_DIR= ${.CURDIR}/../../common/lib/libprop 8 1.1 thorpej LIBPROP_INC= ${.CURDIR}/../../common/include 9 1.1 thorpej 10 1.1 thorpej .include "${LIBPROP_DIR}/Makefile.inc" 11 1.1 thorpej 12 1.1 thorpej CPPFLAGS+= -I${.CURDIR}/../compat -I${LIBPROP_INC} 13 1.1 thorpej CPPFLAGS+= -I${TOOLDIR}/include/nbinclude 14 1.1 thorpej 15 1.1 thorpej .PATH: ${LIBPROP_DIR} 16 1.1 thorpej 17 1.1 thorpej CPPFLAGS+= -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 18 1.1 thorpej 19 1.1 thorpej HOST_CPPFLAGS:= ${CPPFLAGS} ${HOST_CPPFLAGS} 20 1.1 thorpej CPPFLAGS:= # empty 21 1.1 thorpej 22 1.1 thorpej .include "${.CURDIR}/../Makefile.nbincludes" 23 1.1 thorpej .include <bsd.hostlib.mk> 24