diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 19:00:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 19:00:57 +0000 |
commit | 37e44b1eb20cf39b679f431139680332e28d2c0d (patch) | |
tree | 91be26af68fe54a06a22138a78c1c59b4f284af8 /ufs/Makefile | |
parent | d9fa6d05215281e841704c82ab0dc0bf7f307ed0 (diff) |
Formerly Makefile.~19~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index a0ce7c7b..f671d906 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -45,6 +45,8 @@ exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs rsh $(mighost) cd `pwd` \; \ ../mkbootfs/mkbootfs ../exec/exec exec_server_image.o +install: + clean: rm -f *.o ufs relink: |