aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-11-03 09:03:00 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-11-03 09:03:00 +0000
commit42ef43999631e3113a4aec4d60474158339bf536 (patch)
tree1b95ac95ae058bf11944ea581cff8772bf4bb0ed
parentf9cbdf410ec572caf0bf48fd24d961b088d4ea4b (diff)
Add more stuff moved out from XPG3
Notes
Notes: svn path=/head/; revision=12023
-rw-r--r--lib/libxpg4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
index a2224975243b..1fe1e9a07dd4 100644
--- a/lib/libxpg4/Makefile
+++ b/lib/libxpg4/Makefile
@@ -1,5 +1,6 @@
LIB= xpg4
-SRCS= setlocale.c setrunelocale.c euc.c utf2.c
+SRCS= setlocale.c setrunelocale.c euc.c utf2.c runetype.c \
+ tolower.c toupper.c
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
.PATH: ${.CURDIR}/../libc/locale