diff options
author | Russ Cox <rsc@swtch.com> | 2008-07-10 11:09:07 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-07-10 11:09:07 -0400 |
commit | 2127ed4b029e99f525947db7069e0c9481d70336 (patch) | |
tree | 7b0126718ccbf5cabe5caadb5b061122f42563d0 /src/cmd/upas | |
parent | b2bf14149a909399f69559ed6cc68acb8994a301 (diff) | |
download | plan9port-2127ed4b029e99f525947db7069e0c9481d70336.tar.gz plan9port-2127ed4b029e99f525947db7069e0c9481d70336.tar.bz2 plan9port-2127ed4b029e99f525947db7069e0c9481d70336.zip |
upas: add misc to mkfile
Diffstat (limited to 'src/cmd/upas')
-rw-r--r-- | src/cmd/upas/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/upas/mkfile b/src/cmd/upas/mkfile index fc666a9d..4a33e9f7 100644 --- a/src/cmd/upas/mkfile +++ b/src/cmd/upas/mkfile @@ -2,7 +2,7 @@ LIBS=common #PROGS=smtp alias fs ned misc q send scanmail pop3 ml marshal vf filterkit unesc -PROGS=smtp alias fs ned q send marshal vf +PROGS=smtp alias fs ned q send marshal vf misc #libs must be made first DIRS=$LIBS $PROGS |