1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00
freebsd/games/grdc/Makefile
2001-03-26 14:22:12 +00:00

9 lines
104 B
Makefile

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