diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-25 20:12:40 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-11-25 20:12:40 +0000 |
commit | 8dec545c586449d9e5f4a74c285ae295727a6e6d (patch) | |
tree | 24ede7fd8fd6d4bfc330f35ece0d823d276f1a3f /lib/libedit/TEST | |
parent | 735da5f8c0917e2182e8f693897d286fe0456ef8 (diff) |
Sync libedit to NetBSD libedit as of Nov 8, 2003.
Tested by jmc@ djm@ and myself
Diffstat (limited to 'lib/libedit/TEST')
-rw-r--r-- | lib/libedit/TEST/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libedit/TEST/Makefile b/lib/libedit/TEST/Makefile new file mode 100644 index 00000000000..2881d408dc4 --- /dev/null +++ b/lib/libedit/TEST/Makefile @@ -0,0 +1,10 @@ +# $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 $ + +NOMAN=1 +PROG=test +CPPFLAGS=-I${.CURDIR}/.. +LDADD+=-ledit -ltermcap +DPADD+=${LIBEDIT} ${LIBTERMCAP} + +.include <bsd.prog.mk> |