PROG = tform CFLAGS = -Wall -I. -I${.CURDIR} LDADD = -lforms -lncurses -ll DPADD = ${LIBFORMS} ${LIBNCURSES} ${LIBL} .include