artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1da369
)
simplify makefile
author
anton
<anton@openbsd.org>
Tue, 22 Nov 2022 10:40:33 +0000
(10:40 +0000)
committer
anton
<anton@openbsd.org>
Tue, 22 Nov 2022 10:40:33 +0000
(10:40 +0000)
regress/lib/libc/time/time_conversion/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libc/time/time_conversion/Makefile
b/regress/lib/libc/time/time_conversion/Makefile
index
fa73d6a
..
a4d1950
100644
(file)
--- a/
regress/lib/libc/time/time_conversion/Makefile
+++ b/
regress/lib/libc/time/time_conversion/Makefile
@@
-1,11
+1,5
@@
-# $OpenBSD: Makefile,v 1.
1 2022/11/06 12:57:08 beck
Exp $
+# $OpenBSD: Makefile,v 1.
2 2022/11/22 10:40:33 anton
Exp $
-PROG= timetest
-SRCS= timetest.c
-
-REGRESS_TARGETS=do-timetest
-
-do-timetest: ${PROG}
- ./${PROG}
+PROG= timetest
.include <bsd.regress.mk>