mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
8 lines
159 B
Makefile
8 lines
159 B
Makefile
# $NetBSD: hacks.mk,v 1.1 2012/04/30 02:51:40 dholland Exp $
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
CFLAGS+= -D__attribute__\(x\)=
|
|
.endif
|