2001-11-19 07:47:42 +03:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/11/19 04:47:43 perry Exp $
|
2001-09-22 08:15:19 +04:00
|
|
|
|
2001-11-15 01:13:39 +03:00
|
|
|
TIMESTAMP= ${TOOLDIR}/bin/nblorder
|
2001-09-22 08:15:19 +04:00
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/lorder
|
|
|
|
|
2001-09-22 09:02:13 +04:00
|
|
|
.include <bsd.hostprog.mk>
|
|
|
|
|
2001-09-22 08:15:19 +04:00
|
|
|
install: ${TIMESTAMP}
|
|
|
|
${TIMESTAMP}: lorder.sh
|
2001-11-19 07:47:42 +03:00
|
|
|
${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
|