mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
15 lines
220 B
Makefile
15 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>
|