diff options
-rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 75c7d02..122e158 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -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" |