From 7107438d0e20cc20c8505e09d79b393ed1d60bef Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 23 Oct 1995 01:45:42 +0000 Subject: XPG4 hook --- lib/libxpg4/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/libxpg4/Makefile (limited to 'lib/libxpg4') 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 -- cgit v1.1