Makefile revision 1.2
11.2Schristos# $NetBSD: Makefile,v 1.2 2005/05/31 03:53:59 christos Exp $ 21.1Sthorpej 31.1Sthorpej.include <bsd.own.mk> 41.1Sthorpej 51.2Schristos.PATH.sh: ${.CURDIR}/../../usr.sbin/genassym 61.2Schristos 71.1SthorpejCOMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR} 81.1Sthorpej.-include "${COMPATOBJ}/defs.mk" 91.1Sthorpej 101.2Schristos 111.1SthorpejTIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}genassym 121.1Sthorpej 131.1SthorpejCLEANFILES+= genassym 141.1Sthorpej 151.1Sthorpej.include <bsd.hostprog.mk> 161.1Sthorpej 171.1Sthorpejinstall: ${TIMESTAMP} 181.1Sthorpej${TIMESTAMP}: genassym 191.1Sthorpej ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} 201.1Sthorpej 211.1Sthorpejgenassym: genassym.sh 221.1Sthorpej sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET} 231.1Sthorpej 241.1Sthorpejrealall: genassym 25