summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/init/Makefile
blob: 33b0a2aa764db287526cff123fc5427d4d2de572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2018/03/19 14:34:33 beck Exp $
PROG=	init_pledge
SRCS+=	init_pledge.c
NOMAN=	yes

LDADD+=		-lcrypto -lutil
CFLAGS+=	-Wall -Werror

REGRESS_TARGETS+=	test_normal

test_normal: ${PROG}
	./${PROG} 

.include <bsd.regress.mk>