XPG4 hook

This commit is contained in:
Andrey A. Chernov 1995-10-23 01:45:42 +00:00
parent 350a3d3e48
commit 5b01b59e21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/ACHE/; revision=11696

8
lib/libxpg4/Makefile Normal file
View File

@ -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>