mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
8 lines
130 B
Makefile
8 lines
130 B
Makefile
# $Id$
|
|
|
|
PROG= grdc
|
|
MAN6= grdc.6
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
|
|
.include <bsd.prog.mk>
|