]> mj.ucw.cz Git - suidgw.git/blob - Makefile
Handle saved uid/gid properly
[suidgw.git] / Makefile
1 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
2
3 all: suidgw
4
5 suidgw: suidgw.c
6
7 test-setup:
8         chown root.root suidgw
9         chmod u+s suidgw
10         chown testuser.nogroup scripts/quork
11         chmod ug+s scripts/quork
12
13 clean:
14         rm -f suidgw *.o