Deleted Added
full compact
Makefile (84335) Makefile (94278)
1# $NetBSD: Makefile,v 1.19 2000/08/15 12:01:40 mrg Exp $
2# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# $NetBSD: Makefile,v 1.19 2000/08/15 12:01:40 mrg Exp $
2# @(#)Makefile 8.1 (Berkeley) 6/4/93
3# $FreeBSD: head/lib/libedit/Makefile 84335 2001-10-01 23:10:48Z obrien $
3# $FreeBSD: head/lib/libedit/Makefile 94278 2002-04-09 13:04:31Z ru $
4
5LIB= edit
6SHLIB_MAJOR= 4
7SHLIB_MINOR= 0
8
9OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
10 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
11
4
5LIB= edit
6SHLIB_MAJOR= 4
7SHLIB_MINOR= 0
8
9OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
10 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
11
12DPADD= ${LIBTERMCAP}
13LDADD= -ltermcap
12DPADD= ${LIBNCURSES}
13LDADD= -lncurses
14
15MAN= editline.3 editrc.5
16
17MLINKS= editline.3 el_deletestr.3 editline.3 el_end.3 editline.3 el_init.3 \
18 editline.3 el_get.3 editline.3 el_getc.3 editline.3 el_gets.3 \
19 editline.3 history.3 editline.3 history_end.3 \
20 editline.3 history_init.3 editline.3 el_insertstr.3 \
21 editline.3 el_line.3 editline.3 el_parse.3 editline.3 el_push.3 \

--- 47 unchanged lines hidden ---
14
15MAN= editline.3 editrc.5
16
17MLINKS= editline.3 el_deletestr.3 editline.3 el_end.3 editline.3 el_init.3 \
18 editline.3 el_get.3 editline.3 el_getc.3 editline.3 el_gets.3 \
19 editline.3 history.3 editline.3 history_end.3 \
20 editline.3 history_init.3 editline.3 el_insertstr.3 \
21 editline.3 el_line.3 editline.3 el_parse.3 editline.3 el_push.3 \

--- 47 unchanged lines hidden ---