Subject: OPSYS and OS_VERSION
To: None <tech-pkg@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 01/20/2005 19:40:37
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