16 lines
220 B
Makefile
Raw Normal View History

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
2005-08-05 16:04:54 +00:00
.if !defined (NO_EXAMPLES)
SUBDIR= TESTS
2005-08-05 16:04:54 +00:00
.endif
PROG= dialog
CFLAGS+= -Wall -Wstrict-prototypes
DPADD= $(LIBDIALOG) $(LIBNCURSES)
LDADD= -ldialog -lncurses
1994-10-09 00:46:16 +00:00
.include <bsd.prog.mk>