mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
bsddialog: actually add directories
This commit is contained in:
parent
7d51283f70
commit
848ee2a3a8
30
lib/libbsddialog/Makefile
Normal file
30
lib/libbsddialog/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
BSDDIALOG= ${SRCTOP}/contrib/bsddialog
|
||||
|
||||
.PATH: ${BSDDIALOG}/lib
|
||||
|
||||
LIB= bsddialog
|
||||
PRIVATELIB= yes
|
||||
SHLIB_MAJOR= 0
|
||||
SRCS= barbox.c \
|
||||
commandbox.c \
|
||||
editorbox.c \
|
||||
filebox.c \
|
||||
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 \
|
||||
bsddialog_theme.h
|
||||
MAN=
|
||||
|
||||
LIBADD= ncursesw tinfow formw
|
||||
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.lib.mk>
|
12
usr.bin/bsddialog/Makefile
Normal file
12
usr.bin/bsddialog/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
BSDDIALOG= ${SRCTOP}/contrib/bsddialog
|
||||
.PATH: ${BSDDIALOG}
|
||||
|
||||
PROG= bsddialog
|
||||
SRCS= bsddialog.c
|
||||
MAN=
|
||||
CFLAGS+= -I${BSDDIALOG}/lib
|
||||
LIBADD= bsddialog
|
||||
|
||||
WARNS= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user