1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2005/05/30 15:51:36 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej .include <bsd.own.mk> 4 1.1 thorpej 5 1.1 thorpej COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR} 6 1.1 thorpej .-include "${COMPATOBJ}/defs.mk" 7 1.1 thorpej 8 1.1 thorpej TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}genassym 9 1.1 thorpej 10 1.1 thorpej CLEANFILES+= genassym 11 1.1 thorpej 12 1.1 thorpej .include <bsd.hostprog.mk> 13 1.1 thorpej 14 1.1 thorpej install: ${TIMESTAMP} 15 1.1 thorpej ${TIMESTAMP}: genassym 16 1.1 thorpej ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} 17 1.1 thorpej 18 1.1 thorpej genassym: genassym.sh 19 1.1 thorpej sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET} 20 1.1 thorpej 21 1.1 thorpej realall: genassym 22