]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - games/grdc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / games / grdc / Makefile
1 # $FreeBSD$
2
3 PROG=   grdc
4 MAN=    grdc.6
5 DPADD=  ${LIBNCURSES}
6 LDADD=  -lncurses
7
8 .include <bsd.prog.mk>