aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-10-23 01:45:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-10-23 01:45:42 +0000
commit5b01b59e21b587d96776172ab8bbe292251fd298 (patch)
tree33e18570e69cd17ee369367c6669aea125a514b8 /lib
parent350a3d3e48232a1040bc3ae87865be85fb5e39de (diff)
downloadsrc-5b01b59e21b587d96776172ab8bbe292251fd298.tar.gz
src-5b01b59e21b587d96776172ab8bbe292251fd298.zip
XPG4 hook
Notes
Notes: svn path=/cvs2svn/branches/ACHE/; revision=11696
Diffstat (limited to 'lib')
-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 000000000000..a2224975243b
--- /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>