summaryrefslogtreecommitdiffstats
path: root/lib/libxpg4/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-23 01:45:42 +0000
committerache <ache@FreeBSD.org>1995-10-23 01:45:42 +0000
commit7107438d0e20cc20c8505e09d79b393ed1d60bef (patch)
treed2c377507b94bbbdeb11c6906bc7d509b2224cf9 /lib/libxpg4/Makefile
downloadFreeBSD-src-7107438d0e20cc20c8505e09d79b393ed1d60bef.zip
FreeBSD-src-7107438d0e20cc20c8505e09d79b393ed1d60bef.tar.gz
XPG4 hook
Diffstat (limited to 'lib/libxpg4/Makefile')
-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