1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/games/grdc/Makefile
1994-12-04 21:51:19 +00:00

9 lines
180 B
Makefile

# $Id: Makefile,v 1.1.1.1 1994/12/03 04:34:46 ache Exp $
PROG= grdc
MAN6= grdc.6
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
LDADD= -lncurses -lmytinfo
.include <bsd.prog.mk>