diff options
| author | rsc <devnull@localhost> | 2003-10-14 02:35:00 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-10-14 02:35:00 +0000 |
| commit | 3d7e9092a436b707f2160fb869ab68e2a222bc4e (patch) | |
| tree | 1ef451afc85f7ecba3c8f97ad5222b7ccc515454 /src/lib9/Makefile | |
| parent | 169aba14a4766b3d15695ef27681d0f1d04f8521 (diff) | |
| download | plan9port-3d7e9092a436b707f2160fb869ab68e2a222bc4e.tar.gz plan9port-3d7e9092a436b707f2160fb869ab68e2a222bc4e.zip | |
Single-threaded plumber that can run "start" rules.
Thanks to Caerwyn Jones.
Diffstat (limited to 'src/lib9/Makefile')
| -rw-r--r-- | src/lib9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib9/Makefile b/src/lib9/Makefile index f702a5c5..5411bd92 100644 --- a/src/lib9/Makefile +++ b/src/lib9/Makefile @@ -7,6 +7,8 @@ OFILES=\ _exits.$O\ argv0.$O\ await.$O\ + cleanname.$O\ + dirstat.$O\ encodefmt.$O\ errstr.$O\ exits.$O\ @@ -16,12 +18,10 @@ 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\ |
