Deleted Added
full compact
Makefile (169807) Makefile (195767)
1# $NetBSD: Makefile,v 1.34 2005/05/28 12:02:53 lukem Exp $
2# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# $NetBSD: Makefile,v 1.34 2005/05/28 12:02:53 lukem Exp $
2# @(#)Makefile 8.1 (Berkeley) 6/4/93
3# $FreeBSD: head/lib/libedit/Makefile 169807 2007-05-21 02:49:08Z deischen $
3# $FreeBSD: head/lib/libedit/Makefile 195767 2009-07-19 17:25:24Z kensmith $
4
5LIB= edit
4
5LIB= edit
6SHLIB_MAJOR= 6
6SHLIB_MAJOR= 7
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

--- 56 unchanged lines hidden ---
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

--- 56 unchanged lines hidden ---