RS needs a bit more memory

This commit is contained in:
Ben Gras 2009-01-14 08:55:48 +00:00
parent ef2867de41
commit 4f08002c2c

View file

@ -27,7 +27,7 @@ $(UTIL): $(UTIL_OBJ)
$(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS)
$(SERVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 120k $@
install -S 200k $@
# install with other servers
install: /bin/$(UTIL) /usr/sbin/$(SERVER)