From d5abdd01d7a5f24fb6f9b0aab446ef59a9e9067a Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 13 Jun 2023 10:38:45 +0000 Subject: [PATCH] imsg test: simplify Makefile --- regress/lib/libutil/imsg/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/regress/lib/libutil/imsg/Makefile b/regress/lib/libutil/imsg/Makefile index e0a20efa6e1..9d400ea9be9 100644 --- a/regress/lib/libutil/imsg/Makefile +++ b/regress/lib/libutil/imsg/Makefile @@ -1,12 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2022/04/23 08:57:52 tobias Exp $ +# $OpenBSD: Makefile,v 1.2 2023/06/13 10:38:45 tb Exp $ -REGRESS_TARGETS= run-regress - -LDFLAGS= -lutil - -CLEANFILES= ibuf_test ibuf_test.d - -run-regress: ibuf_test - ${.OBJDIR}/ibuf_test +PROG= ibuf_test +LDADD= -lutil +DPADD= ${LIBUTIL} .include -- 2.20.1