aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-16 11:38:18 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-16 11:38:18 +0000
commitc424b7d0c69ce47e5bfb3406a0df6c215f5d23ba (patch)
tree3d475185c894cdea2bc76cf28f05566f80607289 /include/Makefile
parent2924ab1473cf05cb46d25344276e173b890985d0 (diff)
Notes
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 4d9cda8f7ff6..9f69eb753e37 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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