1# $FreeBSD$
2
3PROG=	gsstest
4MAN=
5WARNS?=	2
6LIBADD=	gssapi gssapi_krb5
7DEBUG_FLAGS= -g -O0
8
9.include <bsd.prog.mk>
10