1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00
freebsd/games/grdc/Makefile
2000-09-16 03:52:06 +00:00

9 lines
105 B
Makefile

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