blob: 822905f44dcc74ad901849c1019c39c8df9d7d32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= ncurses form menu panel
.if ${MK_NCURSESW} != "no"
SUBDIR+= ncursesw formw menuw panelw
.endif
.include <bsd.subdir.mk>
|