1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00
freebsd/games/bs/Makefile
1999-08-27 23:37:10 +00:00

10 lines
143 B
Makefile

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