9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
# $Id: Makefile,v 1.1.1.1 1994/12/03 04:34:46 ache Exp $
|
||
|
|
||
|
PROG= grdc
|
||
|
MAN6= grdc.6
|
||
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
||
|
LDADD= -lncurses -lmytinfo
|
||
|
|
||
|
.include <bsd.prog.mk>
|