mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 20:11:00 +01:00
10 lines
119 B
Makefile
10 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= bs
|
|
MAN6= bs.6
|
|
DPADD= ${LIBNCURSES}
|
|
LDADD= -lncurses
|
|
HIDEGAME=hidegame
|
|
|
|
.include <bsd.prog.mk>
|