diff options
author | aiju <devnull@localhost> | 2018-03-17 19:26:26 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-03-17 19:26:26 +0000 |
commit | c2c9562e3c2994d87f65ab09779190d1e7e09517 (patch) | |
tree | 6dc692d7358361da761bae454a1a858ec4c412d5 /sys/src/mkfile | |
parent | e0be49d7f1dcb50048bead1b7d62633448482246 (diff) |
add libsat
Diffstat (limited to 'sys/src/mkfile')
-rw-r--r-- | sys/src/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/mkfile b/sys/src/mkfile index 683011fa8..99bb4a89a 100644 --- a/sys/src/mkfile +++ b/sys/src/mkfile @@ -30,6 +30,7 @@ LIBS=\ libndb\ libplumb\ libregexp\ + libsat\ libscribble\ libsec\ libstdio\ |