f6a71b56a1
This also bumps factor, fortune, primes, and random to WARNS=6. Approved by: ed (Co-mentor)
9 lines
98 B
Makefile
9 lines
98 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= grdc
|
|
MAN= grdc.6
|
|
DPADD= ${LIBNCURSES}
|
|
LDADD= -lncurses
|
|
|
|
.include <bsd.prog.mk>
|