Remove building with NOCRYPTO option
[minix.git] / share / i18n / esdb / AST / Makefile.inc
blobcab930408e5d9c10e86a5fbdce19b07a7db08466
1 # $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:35 apb Exp $
3 .PATH: ${.CURDIR}/AST
5 CODE:=                  ARMSCII
6 PARTFILE_ARMSCII:=      ${.CURDIR}/AST/ARMSCII.part
7 ALIASFILE_ARMSCII:=     ${.CURDIR}/AST/ARMSCII.alias
8 SUBDIR_ARMSCII:=        AST
9 .include "${.CURDIR}/Makefile.part"
11 .for i in ${ARMSCII_PART}
12 .if !exists(${.CURDIR}/AST/ARMSCII-${i:S/:/@/}.src)
13 ARMSCII-${i:S/:/@/}.src: ARMSCII.src
14         ${_MKTARGET_CREATE}
15         ${TOOL_SED} 's/ARMSCII-x/ARMSCII-$i/' $> > $@
16 CLEANFILES+= ARMSCII-${i:S/:/@/}.src
17 .endif
18 .endfor