aboutsummaryrefslogtreecommitdiff
path: root/src/ncurses.mk
blob: f1df47f0f699cff3511561569281c5b1e6cd3d66 (plain)
1
2
3
LIBTERMCAP?=	-lncurses
CPPFLAGS+=		-DHAVE_TERMCAP
LDADD+=			${LIBTERMCAP}