summaryrefslogtreecommitdiffstats
path: root/lib/libedit/TEST
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-11-25 20:12:38 +0000
committerotto <otto@openbsd.org>2003-11-25 20:12:38 +0000
commit6e02e0734f7f8794106eaef64fd6a0fef01f5480 (patch)
tree09387ebc529839bde9e87243aea25fbac1f5cc47 /lib/libedit/TEST
parentobvious fix for gcc3. (diff)
downloadwireguard-openbsd-6e02e0734f7f8794106eaef64fd6a0fef01f5480.tar.xz
wireguard-openbsd-6e02e0734f7f8794106eaef64fd6a0fef01f5480.zip
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/Makefile10
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>