LIBS=-lgssapi_krb5 INCLUDE= all: auth_negotiate_gss_helper auth_negotiate_gss_helper: negotiate_gss.c modp_b64.c gcc -g -o auth_negotiate_gss_helper negotiate_gss.c modp_b64.c ${INCLUDE} ${LIBS} install: auth_negotiate_gss_helper /usr/bin/install -o root -g squid -m 750 auth_negotiate_gss_helper /usr/local/bin clean: rm auth_negotiate_gss_helper