From b589fce2fbf05ae18a6f015240f87ce2a163521f Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 11 Feb 2005 16:58:23 +0000 Subject: hard code list of plan 9 services in case they are not in /etc/services --- src/lib9/mkfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib9/mkfile') 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\ -- cgit v1.2.3