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

15 lines
205 B
Makefile
Raw Normal View History

1994-10-08 20:46:16 -04:00
# Makefile for dialog
1999-08-27 19:37:10 -04:00
# $FreeBSD$
1994-10-08 20:46:16 -04:00
SUBDIR= TESTS
PROG= dialog
MAN1= dialog.1
CFLAGS+= -Wall -Wstrict-prototypes
2000-09-16 00:27:30 -04:00
DPADD+= $(LIBDIALOG) $(LIBNCURSES)
LDADD+= -ldialog -lncurses
1994-10-08 20:46:16 -04:00
.include <bsd.prog.mk>