mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
13 lines
186 B
Makefile
13 lines
186 B
Makefile
# Makefile for dialog
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= TESTS
|
|
|
|
PROG= dialog
|
|
|
|
CFLAGS+= -Wall -Wstrict-prototypes
|
|
|
|
DPADD= $(LIBDIALOG) $(LIBNCURSES)
|
|
LDADD= -ldialog -lncurses
|
|
|
|
.include <bsd.prog.mk>
|