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

13 lines
269 B
Makefile
Raw Normal View History

1994-10-09 00:46:16 +00:00
# Makefile for dialog
1994-10-11 23:51:09 +00:00
# $Id: Makefile,v 1.2 1994/10/09 00:46:16 pst Exp $
1994-10-09 00:46:16 +00:00
PROG= dialog
MAN1= dialog.1
1994-10-11 23:51:09 +00:00
CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES
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>