1 # $NetBSD: Makefile,v 1.4 2001/11/19 04:47:43 perry Exp $ 2 3 TIMESTAMP= ${TOOLDIR}/bin/nblorder 4 5 .PATH: ${.CURDIR}/../../usr.bin/lorder 6 7 .include <bsd.hostprog.mk> 8 9 install: ${TIMESTAMP} 10 ${TIMESTAMP}: lorder.sh 11 ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} 12