1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/games/bs/Makefile
1997-02-22 14:46:58 +00:00

9 lines
126 B
Makefile

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