xref: /netbsd/tools/lorder/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.4 2001/11/19 04:47:43 perry 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	${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
12