summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranton <>2022-11-22 10:40:33 +0000
committeranton <>2022-11-22 10:40:33 +0000
commit503e7da2ab68cb62d3e82d564ce7943901f5c4dd (patch)
tree5c7f2f4352ec1bd9fa0222dcb1afa363188f36f3 /src
parent6ad1ec3477ff37227601823db02f4472cf578cbc (diff)
downloadopenbsd-503e7da2ab68cb62d3e82d564ce7943901f5c4dd.tar.gz
openbsd-503e7da2ab68cb62d3e82d564ce7943901f5c4dd.tar.bz2
openbsd-503e7da2ab68cb62d3e82d564ce7943901f5c4dd.zip
simplify makefile
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/time/time_conversion/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/regress/lib/libc/time/time_conversion/Makefile b/src/regress/lib/libc/time/time_conversion/Makefile
index fa73d6acc0..a4d1950029 100644
--- a/src/regress/lib/libc/time/time_conversion/Makefile
+++ b/src/regress/lib/libc/time/time_conversion/Makefile
@@ -1,11 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2022/11/06 12:57:08 beck Exp $ 1# $OpenBSD: Makefile,v 1.2 2022/11/22 10:40:33 anton Exp $
2 2
3PROG= timetest 3PROG= timetest
4SRCS= timetest.c
5
6REGRESS_TARGETS=do-timetest
7
8do-timetest: ${PROG}
9 ./${PROG}
10 4
11.include <bsd.regress.mk> 5.include <bsd.regress.mk>