diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 22:10:25 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-06-18 22:10:25 +0200 |
| commit | b163f8327ab068912fb620fb1b13ab0d2c65d435 (patch) | |
| tree | b07ae12b888a7e8d6894ec8ae621af6f2be0ba0d | |
| parent | a92749485e4341d094d91c83170d388f7bcae517 (diff) | |
| download | plan9front-b163f8327ab068912fb620fb1b13ab0d2c65d435.tar.xz | |
fix the build
| -rw-r--r-- | sys/man/1/sysinfo | 2 | ||||
| -rw-r--r-- | sys/src/mkfile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sys/man/1/sysinfo b/sys/man/1/sysinfo index f44bbf41b..1ecef1d74 100644 --- a/sys/man/1/sysinfo +++ b/sys/man/1/sysinfo @@ -45,5 +45,5 @@ is prepended. .B /rc/bin/sysupdate .SH SEE ALSO .IR intro (3), -.IR plan9.ini(8), +.IR plan9.ini (8), .IR hg (1) diff --git a/sys/src/mkfile b/sys/src/mkfile index 3c36781fb..13af22e29 100644 --- a/sys/src/mkfile +++ b/sys/src/mkfile @@ -3,6 +3,7 @@ LIBS=\ lib9p\ libString\ + libaml\ libauth\ libauthsrv\ libavl\ |
