Fix build as seen on NetBSD 3.1_STABLE/{i386,sparc64}: unlimit data-size

This commit is contained in:
seb 2009-08-31 10:08:59 +00:00
parent 8f20e9c301
commit 71af185c1c

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2008/09/17 01:18:42 bjs Exp $
# $NetBSD: Makefile,v 1.8 2009/08/31 10:08:59 seb Exp $
#
PKGNAME= scmgit-docs-${GIT_VERSION}
@ -16,6 +16,8 @@ BUILD_TARGET= doc
USE_LANGUAGES= c
INSTALL_TARGET= install-doc
UNLIMIT_RESOURCES+= datasize
.include "../../devel/scmgit/Makefile.common"
.include "../../mk/bsd.pkg.mk"