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/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index e0b6740..0a19e46 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -1,14 +1,12 @@
# Makefile for dialog
-# $Id$
+# $Id: Makefile,v 1.2 1994/10/09 00:46:16 pst Exp $
PROG= dialog
MAN1= dialog.1
-SRCS= dialog.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
- radiolist.c textbox.c yesno.c
-CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES -DLOCALE
+CFLAGS+= -Wall -Wstrict-prototypes -DHAVE_NCURSES
-DPADD+= $(LIBNCURSES) $(LIBMYTINFO)
-LDADD+= -lncurses -lmytinfo
+DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO)
+LDADD+= -ldialog -lncurses -lmytinfo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud