Medium stack for ds and rs

This commit is contained in:
Ben Gras 2006-03-09 14:03:39 +00:00
parent 0d831b9c22
commit 9a6987e9cd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ OBJ = main.o store.o
all build: $(SERVER)
$(SERVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 256w $@
install -S 16k $@
# install with other servers
install: $(SERVER)

View File

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