mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2009/12/15 13:11:18 taca Exp $
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if ${PKGSRC_COMPILER} == "ido"
|
|
CPPFLAGS+= -DNO_ATTRIBUTE
|
|
.endif
|