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