summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-07-11 18:42:26 +0000
committercube <cube@pkgsrc.org>2004-07-11 18:42:26 +0000
commit1dd5aaa7c573cef246dc17e4fe20439fa106e3c6 (patch)
tree7b460df6472dd74c3297b5cf0082f7b97441ce8a /sysutils
parent9d355e0c2d8f430d9e8da88a8d62f1dff2cf4b08 (diff)
downloadpkgsrc-1dd5aaa7c573cef246dc17e4fe20439fa106e3c6.tar.gz
Note that top can't be built on NetBSD-1.6 and above.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/top/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index 4a6b1f7dc27..05b08c665c6 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/02/22 07:32:36 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/07/11 18:42:26 cube Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
@@ -14,6 +14,8 @@ COMMENT= The ubiquitous system monitoring utility
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
+NOT_FOR_PLATFORM= NetBSD-1.6*-* NetBSD-2.*-*
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"