mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 19:53:08 -04:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
# $Id$
|
|
|
|
PROG= bs
|
|
MAN6= bs.6
|
|
DPADD= ${LIBNCURSES} ${LIBMYTINFO}
|
|
LDADD= -lncurses -lmytinfo
|
|
|
|
.include <bsd.prog.mk>
|