summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dialog/Makefile')
-rw-r--r--gnu/usr.bin/dialog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index 0a19e46..436519a 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -1,10 +1,10 @@
# Makefile for dialog
-# $Id: Makefile,v 1.2 1994/10/09 00:46:16 pst Exp $
+# $Id: Makefile,v 1.3 1994/10/11 23:51:06 ache Exp $
PROG= dialog
MAN1= dialog.1
-CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES
+CFLAGS+= -Wall -Wstrict-prototypes
DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
LDADD+= -ldialog -lncurses -lmytinfo
OpenPOWER on IntegriCloud