Remove building with NOCRYPTO option
[minix3.git] / tools / genassym / Makefile
blobc11d136bb9d3f71aff96b513856efcd018f52970
1 # $NetBSD: Makefile,v 1.6 2012/12/02 12:48:32 apb Exp $
3 .include <bsd.own.mk>
5 .PATH.sh: ${.CURDIR}/../../usr.bin/genassym
7 .-include "${TOOLDIR}/share/compat/defs.mk"
9 TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}genassym
11 CLEANFILES+= genassym
13 .include <bsd.hostprog.mk>
15 install: ${TIMESTAMP}
16 ${TIMESTAMP}: genassym
17 ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
19 genassym: genassym.sh
20 ${TOOL_SED} -e "s,/bin/sh,${HOST_BSHELL},g" \
21 -e "s,{AWK:=.*},{AWK:="${TOOL_AWK:Q}"}," \
22 < ${.ALLSRC} > ${.TARGET}
24 realall: genassym