summaryrefslogtreecommitdiff
path: root/sysutils/top
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/top')
-rw-r--r--sysutils/top/Makefile6
1 files changed, 5 insertions, 1 deletions
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}" \