opnsense-src/gnu/usr.bin/dialog/Makefile

13 lines
209 B
Makefile
Raw Normal View History

1994-10-08 20:46:16 -04:00
# Makefile for dialog
1997-02-22 10:48:31 -05:00
# $Id$
1994-10-08 20:46:16 -04:00
PROG= dialog
MAN1= dialog.1
CFLAGS+= -Wall -Wstrict-prototypes
1994-10-11 19:51:09 -04:00
DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
LDADD+= -ldialog -lncurses -lmytinfo
1994-10-08 20:46:16 -04:00
.include <bsd.prog.mk>