mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +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>
|