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