blob: 20752af2c43ef32b8d18aac1817cd8b661a128c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.4 2001/11/19 04:47:43 perry Exp $
TIMESTAMP= ${TOOLDIR}/bin/nblorder
.PATH: ${.CURDIR}/../../usr.bin/lorder
.include <bsd.hostprog.mk>
install: ${TIMESTAMP}
${TIMESTAMP}: lorder.sh
${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
|