1994-10-09 00:46:16 +00:00
|
|
|
# Makefile for dialog
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1994-10-09 00:46:16 +00:00
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MK_EXAMPLES} != "no"
|
2000-01-07 13:35:10 +00:00
|
|
|
SUBDIR= TESTS
|
2005-08-05 16:04:54 +00:00
|
|
|
.endif
|
2000-01-07 13:35:10 +00:00
|
|
|
|
1994-10-08 15:16:41 +00:00
|
|
|
PROG= dialog
|
|
|
|
|
1994-10-28 03:12:46 +00:00
|
|
|
CFLAGS+= -Wall -Wstrict-prototypes
|
1994-10-08 15:16:41 +00:00
|
|
|
|
2004-02-05 22:44:25 +00:00
|
|
|
DPADD= $(LIBDIALOG) $(LIBNCURSES)
|
|
|
|
LDADD= -ldialog -lncurses
|
1994-10-08 15:16:41 +00:00
|
|
|
|
1994-10-09 00:46:16 +00:00
|
|
|
.include <bsd.prog.mk>
|