1 2 3 4 5 6 7 8 9 10 11 12 13
# Makefile for dialog # $FreeBSD$ SUBDIR= TESTS PROG= dialog CFLAGS+= -Wall -Wstrict-prototypes DPADD= $(LIBDIALOG) $(LIBNCURSES) LDADD= -ldialog -lncurses .include <bsd.prog.mk>