summaryrefslogtreecommitdiffstats
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
commit5c30a42f337d3e59bc505c57a6fd70f33486fde5 (patch)
tree33e18570e69cd17ee369367c6669aea125a514b8
parent6ee0412bd842c62fa5a2d0cc7b5d9a09ea7305b1 (diff)
parent7107438d0e20cc20c8505e09d79b393ed1d60bef (diff)
downloadFreeBSD-src-5c30a42f337d3e59bc505c57a6fd70f33486fde5.zip
FreeBSD-src-5c30a42f337d3e59bc505c57a6fd70f33486fde5.tar.gz
This commit was generated by cvs2svn to compensate for changes in r11696,
which included commits to RCS files with non-trunk default branches.
-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