More space for rs

This commit is contained in:
Ben Gras 2006-06-20 10:59:45 +00:00
parent 0d39b17655
commit 7b6a1e5f59

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 48k $@
install -S 64k $@
# install with other servers
install: /bin/$(UTIL) /usr/sbin/$(SERVER)