]>
Commit | Line | Data |
---|---|---|
5b2abdfb A |
1 | .PATH: ${.CURDIR}/${MACHINE_ARCH}/internat ${.CURDIR}/internat |
2 | ||
3 | SRCS += NXCType.c NXIsCntrl.c NXIsPrint.c NXIsXDigit.c _NXToLower.c \ | |
4 | NXIsAlNum.c NXIsDigit.c NXIsPunct.c NXToAscii.c _NXToUpper.c \ | |
5 | NXIsAlpha.c NXIsGraph.c NXIsSpace.c NXToLower.c \ | |
6 | NXIsAscii.c NXIsLower.c NXIsUpper.c NXToUpper.c \ |