mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 04:54:07 +01:00
e653b48c80
OK'ed by: core
9 lines
192 B
Makefile
9 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>
|