mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
policy test: simplify Makefile
This commit is contained in:
parent
5095123fcd
commit
3b5acced0d
@ -1,22 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2023/04/28 16:18:17 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2023/04/30 04:55:30 tb Exp $
|
||||
|
||||
PROGS = policy
|
||||
|
||||
LDADD = -lcrypto
|
||||
LDADD = ${CRYPTO_INT}
|
||||
DPADD = ${LIBCRYPTO}
|
||||
|
||||
LDADD_policy = ${CRYPTO_INT}
|
||||
|
||||
WARNINGS = Yes
|
||||
CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
|
||||
CFLAGS += -I${.CURDIR}/../../../../../lib/libcrypto/x509
|
||||
CFLAGS += -I${.CURDIR}/../../../../../lib/libcrypto/bytestring
|
||||
CFLAGS += -DCERTSDIR=\"${.CURDIR}/../../../libcrypto/x509/policy\"
|
||||
|
||||
REGRESS_TARGETS = policy-test
|
||||
|
||||
policy-test: policy
|
||||
./policy
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.regress.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user