]> Zhao Yanbai Git Server - minix.git/commitdiff
More space for rs
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:59:45 +0000 (10:59 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:59:45 +0000 (10:59 +0000)
servers/rs/Makefile

index d3763bc949ea1e3ddf113d98d33bb16289b35625..a1e998a0e87b805e03a17c22d5574159ebb2fa57 100644 (file)
@@ -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)