diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-05 23:06:48 +0000 |
commit | 1837dae205818d8546f54d2b43817cc4295db155 (patch) | |
tree | cc7bff1b2ac55811e19c3a810df86f591954d665 /ufs/Makefile | |
parent | a6bccd7faf6c6922547434bd7d9dd1b711590717 (diff) |
Formerly Makefile.~22~
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 98e6391f..67ac3b16 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -42,7 +42,7 @@ ufs: $(OBJS) $(LIBS) $(link) exec_server_image.o: ../exec/exec ../mkbootfs/mkbootfs - rsh $(mighost) cd `pwd` \; \ + rsh -n $(mighost) cd `pwd` \; \ ../mkbootfs/mkbootfs ../exec/exec exec_server_image.o install: |