diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-18 04:41:07 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-18 04:41:07 +0000 |
| commit | 307253bb9f9da270814897f725161c7258ca7d9d (patch) | |
| tree | a84fcb1dc3c6545119c4087d5185e61ef2c6d37b | |
| parent | c38eceafa4772682cbfdb01ac65f0a8a63474d56 (diff) | |
Notes
| -rw-r--r-- | lib/libxpg4/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index 1e5c12327509..d31261490a44 100644 --- a/lib/libxpg4/Makefile +++ b/lib/libxpg4/Makefile @@ -4,6 +4,13 @@ SRCS= setlocale.c setrunelocale.c euc.c mskanji.c utf2.c runetype.c \ CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale .PATH: ${.CURDIR}/../libc/locale +# +# If there is a machine dependent libc makefile, use it: +# +.if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc) +.include "${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc" +.endif + NOMAN= YES .include <bsd.lib.mk> |
