From: Ben Gras Date: Tue, 20 Jun 2006 10:59:45 +0000 (+0000) Subject: More space for rs X-Git-Tag: v3.1.3~305 X-Git-Url: http://zhaoyanbai.com/repos/dig.html?a=commitdiff_plain;h=7b6a1e5f597636d17780c09207eee63873637ff9;p=minix.git More space for rs --- 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)