Deleted Added
full compact
Makefile (170925) Makefile (195767)
1# Makefile for libdialog
1# Makefile for libdialog
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 170925 2007-06-18 18:47:54Z rafan $
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 195767 2009-07-19 17:25:24Z kensmith $
3
4.include <bsd.own.mk>
5
6LIB= dialog
7INCS= dialog.h
8MAN= dialog.3
9
3
4.include <bsd.own.mk>
5
6LIB= dialog
7INCS= dialog.h
8MAN= dialog.3
9
10SHLIB_MAJOR= 6
10SHLIB_MAJOR= 7
11SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
12 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
13 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
14
15EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
16 ftree1.c ftree1.test ftree2.c ftree2.test gauge.c input1.c \
17 input2.c menu1.c menu2.c menu3.c msg.c prgbox.c radio1.c \
18 radio2.c radio3.c text.c tree.c yesno.c

--- 29 unchanged lines hidden ---
11SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
12 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
13 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
14
15EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
16 ftree1.c ftree1.test ftree2.c ftree2.test gauge.c input1.c \
17 input2.c menu1.c menu2.c menu3.c msg.c prgbox.c radio1.c \
18 radio2.c radio3.c text.c tree.c yesno.c

--- 29 unchanged lines hidden ---