aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 16:58:23 +0000
committerrsc <devnull@localhost>2005-02-11 16:58:23 +0000
commitb589fce2fbf05ae18a6f015240f87ce2a163521f (patch)
tree872dbf6e2c6f7be43971b6097f8bb15379e1379e /src/lib9/mkfile
parent26a5fd572556f6d875c18fff8e83ed5eed6cf8fa (diff)
downloadplan9port-b589fce2fbf05ae18a6f015240f87ce2a163521f.tar.gz
plan9port-b589fce2fbf05ae18a6f015240f87ce2a163521f.tar.bz2
plan9port-b589fce2fbf05ae18a6f015240f87ce2a163521f.zip
hard code list of plan 9 services in case they are not in /etc/services
Diffstat (limited to 'src/lib9/mkfile')
-rw-r--r--src/lib9/mkfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib9/mkfile b/src/lib9/mkfile
index 3ed220ab..d118c47b 100644
--- a/src/lib9/mkfile
+++ b/src/lib9/mkfile
@@ -117,6 +117,7 @@ LIB9OFILES=\
nan.$O\
needsrcquote.$O\
needstack.$O\
+ netcrypt.$O\
netmkaddr.$O\
notify.$O\
nrand.$O\
@@ -130,6 +131,7 @@ LIB9OFILES=\
quote.$O\
rand.$O\
read9pmsg.$O\
+ readcons.$O\
readn.$O\
rfork.$O\
searchpath.$O\
@@ -139,6 +141,7 @@ LIB9OFILES=\
strdup.$O\
strecpy.$O\
sysfatal.$O\
+ syslog.$O\
sysname.$O\
time.$O\
tokenize.$O\