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