1 1.2 tv # $NetBSD: Makefile,v 1.2 2001/09/22 05:02:13 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.2 tv .include <bsd.hostprog.mk> 8 1.2 tv 9 1.1 tv install: ${TIMESTAMP} 10 1.1 tv ${TIMESTAMP}: lorder.sh 11 1.1 tv .if !make(build) 12 1.1 tv ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${BINMODE} $> $@ 13 1.1 tv .endif 14