diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-30 00:05:36 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-06-30 00:05:36 +0000 |
commit | 4e317cd7d599f8bfe9b7906ba2f75a82e29a5f7a (patch) | |
tree | 7381b8c061e5ffffa2117ee119ec36681dde870f /lib/libedit/TEST/Makefile | |
parent | a6429617a1d028ff60e599bcc583a0b56c844d85 (diff) |
Update libedit to bring it into sync with the latest version from NetBSD.
ok deraadt
Diffstat (limited to 'lib/libedit/TEST/Makefile')
-rw-r--r-- | lib/libedit/TEST/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/TEST/Makefile b/lib/libedit/TEST/Makefile index 2881d408dc4..7e6aca9a890 100644 --- a/lib/libedit/TEST/Makefile +++ b/lib/libedit/TEST/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2003/11/25 20:12:39 otto Exp $ -# $NetBSD: Makefile,v 1.1 2003/10/16 21:41:46 christos Exp $ +# $OpenBSD: Makefile,v 1.2 2010/06/30 00:05:35 nicm Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/03 15:34:43 roy Exp $ NOMAN=1 -PROG=test +PROG=tc1 CPPFLAGS=-I${.CURDIR}/.. LDADD+=-ledit -ltermcap DPADD+=${LIBEDIT} ${LIBTERMCAP} |