Deleted Added
full compact
Makefile (50472) Makefile (51794)
1# Makefile for libdialog
1# Makefile for libdialog
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 50472 1999-08-27 23:37:10Z peter $
2# $FreeBSD: head/gnu/lib/libdialog/Makefile 51794 1999-09-29 15:18:46Z marcel $
3
4LIB= dialog
5MAN3= dialog.3
6
3
4LIB= dialog
5MAN3= dialog.3
6
7SHLIB_MAJOR= 3
7SHLIB_MAJOR= 4
8SHLIB_MINOR= 0
9SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
10 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
11 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
12
13CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
14
15LDADD+= -lncurses -lmytinfo

--- 23 unchanged lines hidden ---
8SHLIB_MINOR= 0
9SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
10 lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
11 fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c
12
13CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
14
15LDADD+= -lncurses -lmytinfo

--- 23 unchanged lines hidden ---