indent block

This commit is contained in:
grant 2004-03-27 14:21:21 +00:00
parent 1dbeb69946
commit 3ad43a6467

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2004/03/11 21:39:17 tv Exp $
# $NetBSD: Makefile,v 1.31 2004/03/27 14:21:21 grant Exp $
#
DISTNAME= unrarsrc-3.3.6
@ -32,9 +32,9 @@ do-install:
# Don't set _LARGEFILE_SOURCE for platforms w/o ftello() and fseeko().
#
.for __glob__ in Interix-* NetBSD-1.5*
.if ${MACHINE_PLATFORM:M${__glob__}} != ""
. if ${MACHINE_PLATFORM:M${__glob__}} != ""
.MAKEFLAGS+= DEFINES=""
.endif
. endif
.endfor
.include "../../mk/bsd.pkg.mk"