From 18207199984d7f2ac1716281ab08d7824786f44a Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 13 Oct 2004 22:00:05 +0000 Subject: Use OSVERSION check instead of exists(). Pointed out by: kris --- net/ng_netflow/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/ng_netflow/Makefile b/net/ng_netflow/Makefile index 77e678bfe5bd..ad441ba319c2 100644 --- a/net/ng_netflow/Makefile +++ b/net/ng_netflow/Makefile @@ -23,12 +23,12 @@ MAN4= ng_netflow.4 MAN8= flowctl.8 MANCOMPRESSED= yes -.if exists(/usr/sbin/flowctl) -IGNORE= "already exists in base" -.endif - .include +.if ${OSVERSION} >= 600003 +IGNORE= "already exists in base system" +.endif + pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) -- cgit v1.2.3