freebsd-dev/lib/ncurses/Makefile
Brooks Davis 38e233371c Merge from CheriBSD:
commit c1acf022c5
Author: Brooks Davis <brooks@one-eyed-alien.net>
Date:   Fri Jan 17 21:46:44 2014 +0000

    Add an option WITHOUT_NCURSESW to suppress building and linking to
    libncursesw.  While wide character support it useful we'd like to
    only need one ncurses library on embedded systems.

MFC after:	4 weeks
Sponsored by:	DARPA, AFRL
2014-01-30 21:08:36 +00:00

12 lines
166 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= ncurses form menu panel
.if ${MK_NCURSESW} != "no"
SUBDIR+= ncursesw formw menuw panelw
.endif
.include <bsd.subdir.mk>