blob: 3112e79ccc7758d4385ddd9319c6139e62fa658d (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.1 2006/01/31 21:07:31 tv Exp $
#
PERDITION_COMMENT= PostgreSQL user database module
PERDITION_PKGNAME= postgresql
PERDITION_SKIP_DISABLE= pg
.include "../../mk/pgsql.buildlink3.mk"
.include "../perdition/Makefile.common"
|