blob: bb648abe2f9db78557c1d5fdb82ad2d9887be3a2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.9 2018/01/28 20:10:54 wiz Exp $
PKGREVISION= 4
PERDITION_COMMENT= GDBM user database module
PERDITION_PKGNAME= gdbm
BUILD_DIRS= makegdbm perdition/db/gdbm
.include "../../databases/gdbm/buildlink3.mk"
.include "../../mail/perdition/buildlink3.mk"
.include "../../mail/perdition/Makefile.common"
|