hard code list of plan 9 services in case they are not in /etc/services
diff --git a/src/lib9/mkfile b/src/lib9/mkfile
index 3ed220a..d118c47 100644
--- a/src/lib9/mkfile
+++ b/src/lib9/mkfile
@@ -117,6 +117,7 @@
 	nan.$O\
 	needsrcquote.$O\
 	needstack.$O\
+	netcrypt.$O\
 	netmkaddr.$O\
 	notify.$O\
 	nrand.$O\
@@ -130,6 +131,7 @@
 	quote.$O\
 	rand.$O\
 	read9pmsg.$O\
+	readcons.$O\
 	readn.$O\
 	rfork.$O\
 	searchpath.$O\
@@ -139,6 +141,7 @@
 	strdup.$O\
 	strecpy.$O\
 	sysfatal.$O\
+	syslog.$O\
 	sysname.$O\
 	time.$O\
 	tokenize.$O\