From: Ben Gras Date: Tue, 7 Mar 2006 13:22:36 +0000 (+0000) Subject: Less stack for ds and rs X-Git-Tag: v3.1.2a~298 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-signzone.html?a=commitdiff_plain;h=d63e36694461b966717dfe1d23782f8a29c418e6;p=minix.git Less stack for ds and rs --- diff --git a/servers/ds/Makefile b/servers/ds/Makefile index ec81a5be6..edf17eec5 100644 --- a/servers/ds/Makefile +++ b/servers/ds/Makefile @@ -23,7 +23,7 @@ OBJ = main.o store.o all build: $(SERVER) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) -# install -S 256w $@ + install -S 256w $@ # install with other servers install: $(SERVER) diff --git a/servers/rs/Makefile b/servers/rs/Makefile index 296e1fd00..6acb65539 100644 --- a/servers/rs/Makefile +++ b/servers/rs/Makefile @@ -25,6 +25,7 @@ $(UTIL): $(UTIL_OBJ) $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS) $(SERVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) + install -S 512w $@ # install with other servers install: /bin/$(UTIL) /usr/sbin/$(SERVER)