fb2473d217
- Use getopt() to parse command line. - Add usage(). - WARNSify. - Convert manpage to mdoc(7). PR: bin/30641 Submitted by: Andrey Simonenko <simon@simon.org.ua>, ru MFC after: 1 week
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= grdc
|
|
WARNS?= 2
|
|
MAN= grdc.6
|
|
DPADD= ${LIBNCURSES}
|
|
LDADD= -lncurses
|
|
|
|
.include <bsd.prog.mk>
|