eacae6dc66
Sponsored by: EMC / Isilon Storage Division
10 lines
105 B
Makefile
10 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rpctest
|
|
MAN=
|
|
WARNS?= 6
|
|
LIBADD= rpcsec_gss
|
|
DEBUG_FLAGS= -g -O0
|
|
|
|
.include <bsd.prog.mk>
|