summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libxpg4/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
new file mode 100644
index 0000000..a222497
--- /dev/null
+++ b/lib/libxpg4/Makefile
@@ -0,0 +1,8 @@
+LIB= xpg4
+SRCS= setlocale.c setrunelocale.c euc.c utf2.c
+CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
+.PATH: ${.CURDIR}/../libc/locale
+
+NOMAN= YES
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud