summaryrefslogtreecommitdiffstats
path: root/src/lib9/Makefile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-14 02:10:47 +0000
committerrsc <devnull@localhost>2003-10-14 02:10:47 +0000
commit169aba14a4766b3d15695ef27681d0f1d04f8521 (patch)
treecc6b42f4f9064489bc2b74a250b1f495c7882ff8 /src/lib9/Makefile
parent8110278003252f8579d61cd99392801a1857cdc2 (diff)
downloadplan9port-169aba14a4766b3d15695ef27681d0f1d04f8521.tar.gz
plan9port-169aba14a4766b3d15695ef27681d0f1d04f8521.zip
Move werrstr into errstr, so that if you use werrstr
you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
Diffstat (limited to 'src/lib9/Makefile')
-rw-r--r--src/lib9/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib9/Makefile b/src/lib9/Makefile
index 885d205c..f702a5c5 100644
--- a/src/lib9/Makefile
+++ b/src/lib9/Makefile
@@ -16,10 +16,12 @@ OFILES=\
lock.$O\
malloctag.$O\
mallocz.$O\
+ netmkaddr.$O\
nrand.$O\
qlock.$O\
readn.$O\
rendez-$(SYSNAME).$O\
+ sleep.$O\
strecpy.$O\
sysfatal.$O\
tas-$(OBJTYPE).$O\
@@ -28,7 +30,6 @@ OFILES=\
u32.$O\
u64.$O\
wait.$O\
- werrstr.$O\
HFILES=\
$(PLAN9)/include/lib9.h\