eacae6dc66
Sponsored by: EMC / Isilon Storage Division
9 lines
99 B
Makefile
9 lines
99 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= grdc
|
|
MAN= grdc.6
|
|
DPADD= ${LIBNCURSESW}
|
|
LIBADD= ncursesw
|
|
|
|
.include <bsd.prog.mk>
|