From e9382aa09b4e351f388369aabd3b6a4e7e522cd0 Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 15 Feb 1999 04:36:31 +0000 Subject: Add an IGNORE= line if top is installed in /usr/bin/top (from Hubert Feyrer). --- sysutils/top/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sysutils/top/Makefile') diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index a77e6edc9d9..e159f7a4b97 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/10/04 02:35:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 1999/02/15 04:36:31 simonb Exp $ # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp # @@ -14,6 +14,10 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS+= netbsd13 +.if exists(/usr/bin/top) +IGNORE= "is part of your NetBSD distribution" +.endif + # UVM definition will be pulled in from pkgsrc's mk/bsd.own.mk for now MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ -- cgit v1.2.3