diff options
Diffstat (limited to 'src/lib9/mkfile')
-rw-r--r-- | src/lib9/mkfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/mkfile b/src/lib9/mkfile index 88fcf6fe..34faf95c 100644 --- a/src/lib9/mkfile +++ b/src/lib9/mkfile @@ -97,6 +97,7 @@ LIB9OFILES=\ encodefmt.$O\ errstr.$O\ exec.$O\ + execl.$O\ fcallfmt.$O\ get9root.$O\ getcallerpc-$OBJTYPE.$O\ @@ -126,6 +127,7 @@ LIB9OFILES=\ postnote.$O\ qlock.$O\ quote.$O\ + rand.$O\ read9pmsg.$O\ readn.$O\ rfork.$O\ |