diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 13 | ||||
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 9 | ||||
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/bntest.c (renamed from src/regress/lib/libcrypto/bn/bntest.c) | 0 |
3 files changed, 15 insertions, 7 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index ecc2e79075..a19e456892 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/06/20 10:30:40 miod Exp $ |
| 2 | 2 | ||
| 3 | PROG= bntest | 3 | SUBDIR= \ |
| 4 | LDADD= -lcrypto | 4 | general |
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -Werror | ||
| 8 | 5 | ||
| 9 | .include <bsd.regress.mk> | 6 | install: |
| 7 | |||
| 8 | .include <bsd.subdir.mk> | ||
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile new file mode 100644 index 0000000000..506c5d7e9e --- /dev/null +++ b/src/regress/lib/libcrypto/bn/general/Makefile | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.1 2014/06/20 10:30:40 miod Exp $ | ||
| 2 | |||
| 3 | PROG= bntest | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -Werror | ||
| 8 | |||
| 9 | .include <bsd.regress.mk> | ||
diff --git a/src/regress/lib/libcrypto/bn/bntest.c b/src/regress/lib/libcrypto/bn/general/bntest.c index 74a97e9c8a..74a97e9c8a 100644 --- a/src/regress/lib/libcrypto/bn/bntest.c +++ b/src/regress/lib/libcrypto/bn/general/bntest.c | |||
