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