Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2001/11/14 22:13:41 tv Exp $
2
3TIMESTAMP=	${TOOLDIR}/bin/nblorder
4
5.PATH: ${.CURDIR}/../../usr.bin/lorder
6
7.include <bsd.hostprog.mk>
8
9install: ${TIMESTAMP}
10${TIMESTAMP}: lorder.sh
11	${INSTALL_FILE:N-U} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
12