blob: 7bc890a416febc49da1b882e61cb8047ebc8a2ab (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.14 2019/04/25 07:33:06 maya Exp $
.include "Makefile.common"
PKGREVISION= 1
COMMENT= The Z3 theorem prover / SMT solver
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
|