eacae6dc66
Sponsored by: EMC / Isilon Storage Division
10 lines
113 B
Makefile
10 lines
113 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gsstest
|
|
MAN=
|
|
WARNS?= 2
|
|
LIBADD= gssapi gssapi_krb5
|
|
DEBUG_FLAGS= -g -O0
|
|
|
|
.include <bsd.prog.mk>
|