summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/options/Makefile
blob: ba3857ad39af645afd11035180c52a5eb354297a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.1 2014/12/28 14:01:33 jsing Exp $

PROG=	optionstest
SRCS=	optionstest.c

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

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

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

CFLAGS+= -Werror

.include <bsd.regress.mk>