freebsd-dev/gnu/usr.bin/dialog/Makefile

15 lines
229 B
Makefile
Raw Normal View History

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