1 1.1 tv # $NetBSD: Makefile,v 1.1 2001/09/22 04:15:20 tv Exp $ 2 1.1 tv 3 1.1 tv TIMESTAMP= ${TOOLDIR}/bin/lorder 4 1.1 tv 5 1.1 tv .PATH: ${.CURDIR}/../../usr.bin/lorder 6 1.1 tv 7 1.1 tv install: ${TIMESTAMP} 8 1.1 tv ${TIMESTAMP}: lorder.sh 9 1.1 tv .if !make(build) 10 1.1 tv ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${BINMODE} $> $@ 11 1.1 tv .endif 12 1.1 tv 13 1.1 tv .include <bsd.hostprog.mk> 14