]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/grdc/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / games / grdc / Makefile
1 # $FreeBSD$
2
3 PROG=   grdc
4 WARNS?= 2
5 MAN=   grdc.6
6 DPADD=  ${LIBNCURSES}
7 LDADD=  -lncurses
8
9 .include <bsd.prog.mk>