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