mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
8 lines
198 B
Makefile
8 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
NOOBJ= noobj
|
|
FILES= README checklist ftreebox infobox inputbox menubox msgbox \
|
|
prgbox radiolist textbox treebox yesno
|
|
FILESDIR= ${SHAREDIR}/examples/dialog
|
|
|
|
.include <bsd.prog.mk>
|