diff options
author | rsc <devnull@localhost> | 2006-02-08 22:39:54 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-08 22:39:54 +0000 |
commit | 605c0ea102e334b6c05d635ca0e5b93bad0031ec (patch) | |
tree | 47733670b8c009cd358046ad7b6cdefc7096644a /src/cmd/upas/common/mkfile | |
parent | 5a1e9de7b160033e85a77ad4c60193186364a2fb (diff) | |
download | plan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.tar.gz plan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.tar.bz2 plan9port-605c0ea102e334b6c05d635ca0e5b93bad0031ec.zip |
cleanup
Diffstat (limited to 'src/cmd/upas/common/mkfile')
-rw-r--r-- | src/cmd/upas/common/mkfile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/cmd/upas/common/mkfile b/src/cmd/upas/common/mkfile index 8cfaf267..5cd01233 100644 --- a/src/cmd/upas/common/mkfile +++ b/src/cmd/upas/common/mkfile @@ -2,19 +2,17 @@ LIB=libcommon.a -OFILES=aux.$O\ - become.$O\ +OFILES=\ + appendfiletombox.$O\ + aux.$O\ + config.$O\ + libsys.$O\ mail.$O\ process.$O\ - libsys.$O\ - config.$O\ - appendfiletombox.$O\ -HFILES=common.h\ +HFILES=\ + common.h\ sys.h\ <$PLAN9/src/mklib -nuke:V: - mk clean - rm -f libcommon.a |