mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
# $NetBSD: hacks.mk,v 1.2 2013/04/08 11:17:24 rodent Exp $
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# Workaround for PR 45266
|
|
.if ${OPSYS} == "NetBSD"
|
|
BUILDLINK_INCDIRS.heimdal= # empty
|
|
.endif
|