CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 all: suidgw suidgw: suidgw.c test-setup: chown root.root suidgw chmod u+s suidgw chown testuser.nogroup scripts/quork chmod ug+s scripts/quork clean: rm -f suidgw *.o