2005-08-05 16:04:54 +00:00

16 lines
220 B
Makefile

# Makefile for dialog
# $FreeBSD$
.if !defined (NO_EXAMPLES)
SUBDIR= TESTS
.endif
PROG= dialog
CFLAGS+= -Wall -Wstrict-prototypes
DPADD= $(LIBDIALOG) $(LIBNCURSES)
LDADD= -ldialog -lncurses
.include <bsd.prog.mk>