diff options
| author | tb <> | 2023-04-17 20:36:08 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-17 20:36:08 +0000 |
| commit | ba82a990c7c41b90159bf0f2fe6d6bdca17a8359 (patch) | |
| tree | e1860274c146a1127e057f477e4a0ba3b37ea83d /src | |
| parent | 80386ab0d895acf8ce66bf61be87599d64157901 (diff) | |
| download | openbsd-ba82a990c7c41b90159bf0f2fe6d6bdca17a8359.tar.gz openbsd-ba82a990c7c41b90159bf0f2fe6d6bdca17a8359.tar.bz2 openbsd-ba82a990c7c41b90159bf0f2fe6d6bdca17a8359.zip | |
Simplify Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index 59f5077bd2..081eeb56bd 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
| @@ -1,24 +1,13 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2021/12/04 05:15:09 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2023/04/17 20:36:08 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS += ectest | 3 | PROGS += ectest |
| 4 | PROGS += ec_asn1_test | 4 | PROGS += ec_asn1_test |
| 5 | PROGS += ec_point_conversion | 5 | PROGS += ec_point_conversion |
| 6 | 6 | ||
| 7 | .for t in ${PROGS} | ||
| 8 | REGRESS_TARGETS += run-$t | ||
| 9 | .endfor | ||
| 10 | |||
| 11 | LDADD = ${CRYPTO_INT} | 7 | LDADD = ${CRYPTO_INT} |
| 12 | DPADD = ${LIBCRYPTO} | 8 | DPADD = ${LIBCRYPTO} |
| 13 | WARNINGS = Yes | 9 | WARNINGS = Yes |
| 14 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL | 10 | CFLAGS += -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL |
| 15 | CFLAGS += -Wall -Wundef -Werror | 11 | CFLAGS += -Wall -Wundef -Werror |
| 16 | 12 | ||
| 17 | CLEANFILES += ${PROGS} | ||
| 18 | |||
| 19 | .for t in ${PROGS} | ||
| 20 | run-$t: $t | ||
| 21 | ./$t | ||
| 22 | .endfor | ||
| 23 | |||
| 24 | .include <bsd.regress.mk> | 13 | .include <bsd.regress.mk> |
