151101789e
Add a hardened flavor for both core and extensions (inspired by niallo@); Use our own way to install pear because the bundled installer is totally broken and upstream refuses to fix it. Add a mysqli subpackage which can be used to access the functionality provided by MySQL 4.1 and above. Other minor changes and fixes are also included. ok sturm@; tested by many
10 lines
210 B
Makefile
10 lines
210 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/05/09 14:15:40 robert Exp $
|
|
|
|
SUBDIR += core
|
|
SUBDIR += core,hardened
|
|
SUBDIR += extensions
|
|
SUBDIR += extensions,hardened
|
|
SUBDIR += extensions,no_x11
|
|
|
|
.include <bsd.port.subdir.mk>
|