1 1.6 thorpej # $NetBSD: Makefile,v 1.6 2002/12/08 20:20:01 thorpej Exp $ 2 1.5 thorpej 3 1.5 thorpej .include <bsd.own.mk> 4 1.5 thorpej 5 1.5 thorpej COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR} 6 1.5 thorpej .-include "${COMPATOBJ}/defs.mk" 7 1.1 tv 8 1.6 thorpej TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}lorder 9 1.1 tv 10 1.5 thorpej CLEANFILES+= lorder 11 1.5 thorpej 12 1.1 tv .PATH: ${.CURDIR}/../../usr.bin/lorder 13 1.1 tv 14 1.2 tv .include <bsd.hostprog.mk> 15 1.2 tv 16 1.1 tv install: ${TIMESTAMP} 17 1.5 thorpej ${TIMESTAMP}: lorder 18 1.4 perry ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} 19 1.5 thorpej 20 1.5 thorpej lorder: lorder.sh 21 1.5 thorpej sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET} 22 1.5 thorpej 23 1.5 thorpej realall: lorder 24