Hi! I need to disable xfce4-wavelan-plugin for NetBSD 1.x. What is the right way to write the following test? xfce4-extras/Makefile: .if ${OPSYS} != "NetBSD" || (${OPSYS} == "NetBSD" && ${OS_VERSION} >= 2.0) .include "../../net/xfce4-wavelan-plugin/buildlink3.mk" .endif Martti