artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ca9b0
)
imsg test: simplify Makefile
author
tb
<tb@openbsd.org>
Tue, 13 Jun 2023 10:38:45 +0000
(10:38 +0000)
committer
tb
<tb@openbsd.org>
Tue, 13 Jun 2023 10:38:45 +0000
(10:38 +0000)
regress/lib/libutil/imsg/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libutil/imsg/Makefile
b/regress/lib/libutil/imsg/Makefile
index
e0a20ef
..
9d400ea
100644
(file)
--- 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 <bsd.regress.mk>