mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
8 lines
129 B
Makefile
8 lines
129 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= grdc
|
|
MAN6= grdc.6
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
|
|
.include <bsd.prog.mk>
|