Deleted Added
full compact
Makefile (119017) Makefile (119071)
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 119017 2003-08-17 08:28:46Z gordon $
3# $FreeBSD: head/lib/libedit/Makefile 119071 2003-08-18 15:25:39Z obrien $
4
5LIB= edit
6SHLIB_MAJOR= 4
4
5LIB= edit
6SHLIB_MAJOR= 4
7SHLIBDIR?= /lib
7SHLIBDIR?= /lib
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= ${LIBNCURSES}
13LDADD= -lncurses
14
15MAN= editline.3 editrc.5

--- 53 unchanged lines hidden ---
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= ${LIBNCURSES}
13LDADD= -lncurses
14
15MAN= editline.3 editrc.5

--- 53 unchanged lines hidden ---