1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/gnu/usr.bin/dialog/Makefile
1994-10-11 23:51:09 +00:00

13 lines
269 B
Makefile

# Makefile for dialog
# $Id: Makefile,v 1.2 1994/10/09 00:46:16 pst Exp $
PROG= dialog
MAN1= dialog.1
CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES
DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
LDADD+= -ldialog -lncurses -lmytinfo
.include <bsd.prog.mk>