summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile13
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
3PROG= bntest 3SUBDIR= \
4LDADD= -lcrypto 4 general
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
8 5
9.include <bsd.regress.mk> 6install:
7
8.include <bsd.subdir.mk>