From 20e8cfc673e1b9531cf513f217d579ab6eb4e879 Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sun, 9 Oct 1994 00:46:16 +0000 Subject: [PATCH] Cosmetic cleanup --- gnu/usr.bin/dialog/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index 47e7a38eb53..e0b67407034 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -1,11 +1,14 @@ +# Makefile for dialog +# $Id$ + 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 -DPADD= $(LIBNCURSES) $(LIBMYTINFO) -LDADD= -lncurses -lmytinfo -SRCS = dialog.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ -radiolist.c textbox.c yesno.c +DPADD+= $(LIBNCURSES) $(LIBMYTINFO) +LDADD+= -lncurses -lmytinfo -.include "bsd.prog.mk" +.include