diff options
Diffstat (limited to 'lib/libc/citrus/Makefile.inc')
-rw-r--r-- | lib/libc/citrus/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/citrus/Makefile.inc b/lib/libc/citrus/Makefile.inc new file mode 100644 index 00000000000..b1466442dd9 --- /dev/null +++ b/lib/libc/citrus/Makefile.inc @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile.inc,v 1.1 2010/07/27 16:59:03 stsp Exp $ + +# citrus sources +.PATH: ${LIBCSRCDIR}/citrus + +SRCS+= citrus_ctype.c citrus_none.c citrus_utf8.c +CFLAGS+=-I${.CURDIR} |