Makefile (224af215a6fe8d5e5e2c91cc97c48bdd67c991c7) | Makefile (41d8423f714369ea23708399e02792045f9c3f56) |
---|---|
1# $NetBSD: Makefile,v 1.19 2000/08/15 12:01:40 mrg Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/4/93 3# $FreeBSD$ 4 5LIB= edit 6SHLIB_MAJOR= 4 | 1# $NetBSD: Makefile,v 1.19 2000/08/15 12:01:40 mrg Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/4/93 3# $FreeBSD$ 4 5LIB= edit 6SHLIB_MAJOR= 4 |
7SHLIBDIR?= /lib |
|
7 8OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ 9 parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c 10 11DPADD= ${LIBNCURSES} 12LDADD= -lncurses 13 14MAN= 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 --- |