opnsense-src/lib/libbsddialog/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
453 B
Makefile
Raw Permalink Normal View History

2021-11-24 06:13:45 -05:00
BSDDIALOG= ${SRCTOP}/contrib/bsddialog
.PATH: ${BSDDIALOG}/lib
LIB= bsddialog
PRIVATELIB= yes
SHLIB_MAJOR= 0
SRCS= barbox.c \
calendarbox.c \
2021-11-24 06:13:45 -05:00
formbox.c \
infobox.c \
lib_util.c \
lib_util.h \
libbsddialog.c \
menubox.c \
messagebox.c \
textbox.c \
theme.c \
timebox.c
INCS= bsddialog.h \
2021-12-21 10:08:55 -05:00
bsddialog_theme.h \
bsddialog_progressview.h
MAN= bsddialog.3
2021-11-24 06:13:45 -05:00
LIBADD= ncursesw tinfow formw
CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
2021-11-24 06:13:45 -05:00
.include <bsd.lib.mk>