diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-10-09 00:46:16 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-10-09 00:46:16 +0000 |
| commit | 20e8cfc673e1b9531cf513f217d579ab6eb4e879 (patch) | |
| tree | 0ed63a1bcca48c2f99d09bbd9d554686961d2c8c /gnu/usr.bin/dialog | |
| parent | da8b3304fbb4ffd4caafc80ad6513aeb5c72cf28 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index 47e7a38eb53bd..e0b67407034b9 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 <bsd.prog.mk> |
