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