1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/games/grdc/Makefile
1999-08-27 23:37:10 +00:00

9 lines
129 B
Makefile

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