xref: /openbsd/regress/lib/libedit/keymacro/Makefile (revision d25d28bf)
1#	$OpenBSD: Makefile,v 1.3 2016/09/18 21:06:46 bluhm Exp $
2#
3# Author: Ingo Schwarze <schwarze@openbsd.org>, 2016.  Public Domain.
4
5PROG =		test_get
6CPPFLAGS +=	-I${.CURDIR}/../../../../lib/libedit
7CPPFLAGS +=	-I${.OBJDIR}/../../../../lib/libedit
8MAN =
9
10depend:
11	cd ${.CURDIR}/../../../../lib/libedit && make depend
12${PROG}: depend
13regress: ${PROG}
14
15.include <bsd.regress.mk>
16