Add nls include to Makefile.

This commit is contained in:
Jordan K. Hubbard 1995-03-30 12:46:36 +00:00
parent 9289ddbe2e
commit c7e6130943
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7493

View File

@ -20,6 +20,7 @@ PRECIOUSLIB= yes
.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}/stdio/Makefile.inc"