diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkfile.fmt | 2 | ||||
-rw-r--r-- | unix/mkfile.utf | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/unix/mkfile.fmt b/unix/mkfile.fmt index 13e97d68..d970a246 100644 --- a/unix/mkfile.fmt +++ b/unix/mkfile.fmt @@ -8,6 +8,8 @@ TARG=\ fmt.h\ fmtdef.h\ nan.h\ + print.3\ + fmtinstall.3\ all:V: $TARG diff --git a/unix/mkfile.utf b/unix/mkfile.utf index b611b5f0..bb8e438f 100644 --- a/unix/mkfile.utf +++ b/unix/mkfile.utf @@ -7,6 +7,10 @@ TARG=\ `{ls -p $PLAN9/src/lib9/utf/*.c}\ utf.h\ utfdef.h\ + isalpharune.3\ + utf.7\ + rune.3\ + runestrcat.3\ all:V: $TARG |