mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
And put : - pom - caesar - grdc Differential Revision: https://reviews.freebsd.org/D36230
9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= games
|
|
|
|
PROG= grdc
|
|
MAN= grdc.6
|
|
LIBADD= tinfow ncursesw
|
|
|
|
.include <bsd.prog.mk>
|