diff --git a/servers/rs/Makefile b/servers/rs/Makefile index d3763bc94..a1e998a0e 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -25,7 +25,7 @@ $(UTIL): $(UTIL_OBJ) $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 48k $@ + install -S 64k $@ # install with other servers install: /bin/$(UTIL) /usr/sbin/$(SERVER)