diff options
author | anton <> | 2022-11-22 10:40:33 +0000 |
---|---|---|
committer | anton <> | 2022-11-22 10:40:33 +0000 |
commit | 503e7da2ab68cb62d3e82d564ce7943901f5c4dd (patch) | |
tree | 5c7f2f4352ec1bd9fa0222dcb1afa363188f36f3 /src | |
parent | 6ad1ec3477ff37227601823db02f4472cf578cbc (diff) | |
download | openbsd-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/Makefile | 10 |
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 | ||
3 | PROG= timetest | 3 | PROG= timetest |
4 | SRCS= timetest.c | ||
5 | |||
6 | REGRESS_TARGETS=do-timetest | ||
7 | |||
8 | do-timetest: ${PROG} | ||
9 | ./${PROG} | ||
10 | 4 | ||
11 | .include <bsd.regress.mk> | 5 | .include <bsd.regress.mk> |