a768c26967
Cleanup Convert to random()
10 lines
191 B
Makefile
10 lines
191 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 14:46:48 peter Exp $
|
|
|
|
PROG= bs
|
|
MAN6= bs.6
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|