pkgsrc/net/queryperf/hacks.mk

12 lines
296 B
Makefile
Raw Normal View History

2006-11-28 17:30:39 +01:00
# $NetBSD: hacks.mk,v 1.1 2006/11/28 16:30:39 tv Exp $
###
### Need a real resolver on Interix.
###
.if ${OPSYS} == "Interix"
BUILDLINK_PASSTHRU_DIRS+= /usr/local/include/bind /usr/local/lib/bind
CPPFLAGS+= -I/usr/local/include/bind
LDFLAGS+= -L/usr/local/lib/bind
LIBS+= -lbind -ldb
.endif