mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
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>
|