18 lines
173 B
Makefile
18 lines
173 B
Makefile
<$PLAN9/src/mkhdr
|
|
|
|
LIB=libcommon.a
|
|
|
|
OFILES=\
|
|
appendfiletombox.$O\
|
|
auxx.$O\
|
|
config.$O\
|
|
libsys.$O\
|
|
mail.$O\
|
|
process.$O\
|
|
|
|
HFILES=\
|
|
common.h\
|
|
sys.h\
|
|
|
|
<$PLAN9/src/mklib
|
|
|