1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/games/gdc/Makefile
1994-12-03 04:34:46 +00:00

9 lines
128 B
Makefile

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