Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
20
src/cmd/upas/common/mkfile
Normal file
20
src/cmd/upas/common/mkfile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=libcommon.a
|
||||
|
||||
OFILES=aux.$O\
|
||||
become.$O\
|
||||
mail.$O\
|
||||
process.$O\
|
||||
libsys.$O\
|
||||
config.$O\
|
||||
appendfiletombox.$O\
|
||||
|
||||
HFILES=common.h\
|
||||
sys.h\
|
||||
|
||||
<$PLAN9/src/mklib
|
||||
|
||||
nuke:V:
|
||||
mk clean
|
||||
rm -f libcommon.a
|
||||
Loading…
Add table
Add a link
Reference in a new issue