From 5b7e2548923ae9d8059390d309af2c0b162c51b9 Mon Sep 17 00:00:00 2001 From: jtc Date: Sun, 29 May 1994 22:09:13 +0000 Subject: [PATCH] Add message catalog functions. --- lib/libc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 0f552d4f4b45..6f9a78d73400 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 3/5/91 -# $Id: Makefile,v 1.24 1994/05/14 06:25:56 cgd Exp $ +# $Id: Makefile,v 1.25 1994/05/29 22:09:13 jtc Exp $ # # All library objects contain sccsid strings by default; they may be # excluded as a space-saving measure. To produce a library that does @@ -25,6 +25,7 @@ AINC= -I${.CURDIR}/arch/${MACHINE_ARCH} .include "${.CURDIR}/gmon/Makefile.inc" .include "${.CURDIR}/locale/Makefile.inc" .include "${.CURDIR}/net/Makefile.inc" +.include "${.CURDIR}/nls/Makefile.inc" .include "${.CURDIR}/quad/Makefile.inc" .include "${.CURDIR}/regex/Makefile.inc" .include "${.CURDIR}/rpc/Makefile.inc"