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