diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 13 |
1 files changed, 6 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> | ||