2007-01-20 07:46:45 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-05-06 04:22:01 +00:00
|
|
|
.include <src.opts.mk>
|
2014-01-30 21:08:36 +00:00
|
|
|
|
|
|
|
SUBDIR= ncurses form menu panel
|
|
|
|
|
|
|
|
.if ${MK_NCURSESW} != "no"
|
|
|
|
SUBDIR+= ncursesw formw menuw panelw
|
|
|
|
.endif
|
2007-01-20 07:46:45 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|