On Mon, Dec 13, 2010 at 05:22:26PM +0000, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Mon Dec 13 17:22:26 UTC 2010 > > Modified Files: > src/share/mk: bsd.own.mk bsd.prog.mk > > Log Message: > Define RUMPPRG, which is just like PROG, except it additionally > builds a rump client with the name rump.${PROG}. The rump client > is not installed suid/sgid by default even if BINMODE is defined.
Where was this discussed? Why are you renaming a variable that has existed for ages to get it to work for your own purpose? Can't you get the same behavior by adding a WANT_RUMP=yes flag in the Makefiles? Joerg