9 lines
128 B
Makefile
9 lines
128 B
Makefile
# $Id$
|
|
|
|
PROG= gdc
|
|
MAN6= gdc.6
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
|
|
.include <bsd.prog.mk>
|