mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= grdc
|
|
MAN6= grdc.6
|
|
DPADD= ${LIBNCURSES}
|
|
LDADD= -lncurses
|
|
|
|
.include <bsd.prog.mk>
|