CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 DESTDIR=/ 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 install: all install -o root -g root -m 4755 -s suidgw $(DESTDIR)/usr/bin/ clean: rm -f suidgw *.o