Add message catalog functions.

This commit is contained in:
jtc 1994-05-29 22:09:13 +00:00
parent 64131474da
commit 5b7e254892
1 changed files with 2 additions and 1 deletions

View File

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