Deleted Added
full compact
Makefile (148834) Makefile (169807)
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 148834 2005-08-07 20:55:59Z stefanf $
3# $FreeBSD: head/lib/libedit/Makefile 169807 2007-05-21 02:49:08Z deischen $
4
5LIB= edit
4
5LIB= edit
6SHLIB_MAJOR= 5
6SHLIB_MAJOR= 6
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 ---