155753Sphantom# Really quick and evil Makefile for building all the tests.  I wish that
255753Sphantom# bmake was friendlier to the concept of multiple progs/libs in the same
355753Sphantom# directory.
455753Sphantom#
550472Speter# $FreeBSD$
612984Sjkh
713136SjkhPROGS=	msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
839765Sjkh	input1 input2 check1 check2 check3 radio1 radio2 radio3 \
939765Sjkh	ftree1 ftree2 tree
1012984Sjkh
11114602SobrienWARNS?=	2
1212984SjkhCFLAGS+= -Wall -Wstrict-prototypes
1355753SphantomLDFLAGS+= -ldialog
1412984Sjkh
1513136Sjkhall: ${PROGS}
1612984Sjkh
1713136Sjkhclean:
1813136Sjkh	rm -f ${PROGS}
1913136Sjkh	
2015090Sjkh.include <bsd.prog.mk>
21