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