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