diff options
author | ache <ache@FreeBSD.org> | 1995-10-23 01:45:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-23 01:45:42 +0000 |
commit | 7107438d0e20cc20c8505e09d79b393ed1d60bef (patch) | |
tree | d2c377507b94bbbdeb11c6906bc7d509b2224cf9 /lib/libxpg4 | |
download | FreeBSD-src-7107438d0e20cc20c8505e09d79b393ed1d60bef.zip FreeBSD-src-7107438d0e20cc20c8505e09d79b393ed1d60bef.tar.gz |
XPG4 hook
Diffstat (limited to 'lib/libxpg4')
-rw-r--r-- | lib/libxpg4/Makefile | 8 |
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> |