freebsd_amp_hwpstate/games/gdc/Makefile

9 lines
128 B
Makefile
Raw Normal View History

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