Install wchar.h and wctype.h.

Forgotten by:	tshiozak
This commit is contained in:
Ruslan Ermilov 2001-05-16 11:38:18 +00:00
parent 2924ab1473
commit c424b7d0c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76680

View File

@ -19,7 +19,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
search.h setjmp.h sgtty.h \
signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \
stringlist.h strings.h sysexits.h tar.h time.h timers.h \
ttyent.h unistd.h utime.h utmp.h vis.h
ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h
.if defined(WANT_CSRG_LIBM)
FILES+= math.h
.endif