diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-20 21:56:45 +0000 |
| commit | 8a585590efa0abee61176dd9481f02b1866fef52 (patch) | |
| tree | 3d0119977ea7a0104a19f4ebbfea4d9917c7ace1 /gnu/lib/libdialog/Makefile | |
| parent | 35c9f612605d43288662b19ad4fa8931abec001b (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index a7fb4b149ab0..ebf74ebc2efb 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,11 +1,11 @@ # Makefile for libdialog -# $Id: Makefile,v 1.1.1.1 1994/10/11 23:30:50 ache Exp $ +# $Id: Makefile,v 1.2 1994/10/12 01:54:38 ache Exp $ LIB= dialog SRCS= kernel.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 -DLOCALE LDADD+= -lncurses -lmytinfo |
