1 1.2 cjep # $NetBSD: Makefile,v 1.2 2021/05/27 08:41:35 cjep Exp $ 2 1.2 cjep 3 1.2 cjep .include <bsd.hostinit.mk> 4 1.1 christos 5 1.1 christos HOSTPROGNAME= ${_TOOL_PREFIX}date 6 1.1 christos HOST_SRCDIR= bin/date 7 1.1 christos 8 1.2 cjep # Prevent Makefile.host from trying to use the version of libnbcompat 9 1.2 cjep # from ${TOOLDIR}. 10 1.2 cjep NOCOMPATLIB= 11 1.2 cjep 12 1.2 cjep # Use uninstalled copy of host-mkdep 13 1.2 cjep HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR} 14 1.2 cjep HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep 15 1.2 cjep MKDEP= ${HOST_MKDEP} 16 1.2 cjep 17 1.2 cjep # Use uninstalled copy of libnbcompat and associated *.h files 18 1.2 cjep COMPATLIB_UNINSTALLED= yes 19 1.2 cjep COMPATOBJ!= cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR} 20 1.2 cjep .-include "${COMPATOBJ}/defs.mk" 21 1.2 cjep 22 1.1 christos .include "${.CURDIR}/../Makefile.host" 23