diff options
Diffstat (limited to 'gnu/lib/libdialog/TESTS/Makefile')
-rw-r--r-- | gnu/lib/libdialog/TESTS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/TESTS/Makefile b/gnu/lib/libdialog/TESTS/Makefile index 98ec3d2..302acb6 100644 --- a/gnu/lib/libdialog/TESTS/Makefile +++ b/gnu/lib/libdialog/TESTS/Makefile @@ -1,9 +1,9 @@ # Really quick and evil Makefile for building all the tests. I wish that bmake was friendlier to # the concept of multiple progs/libs in the same directory. -# $Id: Makefile,v 1.2 1996/01/01 03:45:21 jkh Exp $ +# $Id: Makefile,v 1.3 1996/04/07 03:34:35 jkh Exp $ PROGS= msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \ - input1 check1 check2 check3 radio1 radio2 radio3 + input1 input2 check1 check2 check3 radio1 radio2 radio3 CFLAGS+= -Wall -Wstrict-prototypes LDFLAGS += -ldialog -lncurses -lmytinfo |