summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/openssl/options/Makefile
blob: ac932e7d71be0cf96df457e14022da14e0a2a10c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.2 2021/03/21 17:22:37 jsing Exp $

PROG=	optionstest
SRCS=	optionstest.c

LDADD=	-lcrypto -lssl
DPADD=	${LIBCRYPTO} ${LIBSSL}

OSSLSRC= ${.CURDIR}/../../../../usr.bin/openssl/
CFLAGS+= -DLIBRESSL_INTERNAL -I${OSSLSRC}

.PATH:	${OSSLSRC}
SRCS+=	apps.c

CFLAGS+= -Werror

.include <bsd.regress.mk>