diff options
author | Russ Cox <rsc@swtch.com> | 2007-08-23 10:49:54 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2007-08-23 10:49:54 -0400 |
commit | 2c0dfd420a4aa121b6e76f19bfb0a82348f8983a (patch) | |
tree | c1ec889395064ef6380310889802e178dc6dc819 /unix | |
parent | e9f50ca103acfb10afb6a2c93f261560d01387c0 (diff) | |
parent | e9f50ca103acfb10afb6a2c93f261560d01387c0 (diff) | |
download | plan9port-2c0dfd420a4aa121b6e76f19bfb0a82348f8983a.tar.gz plan9port-2c0dfd420a4aa121b6e76f19bfb0a82348f8983a.tar.bz2 plan9port-2c0dfd420a4aa121b6e76f19bfb0a82348f8983a.zip |
merge
Diffstat (limited to 'unix')
-rw-r--r-- | unix/make/Makefile.fmt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/make/Makefile.fmt b/unix/make/Makefile.fmt index 14657c67..51fbf501 100644 --- a/unix/make/Makefile.fmt +++ b/unix/make/Makefile.fmt @@ -15,6 +15,7 @@ OFILES=\ fmt.$O\ fmtfd.$O\ fmtfdflush.$O\ + fmtlocale.$O\ fmtlock.$O\ fmtprint.$O\ fmtquote.$O\ |