diff options
author | cube <cube> | 2004-07-11 18:42:26 +0000 |
---|---|---|
committer | cube <cube> | 2004-07-11 18:42:26 +0000 |
commit | 25c9b91f8e35678d9dc3f59e165ca323ed3c4860 (patch) | |
tree | 7b460df6472dd74c3297b5cf0082f7b97441ce8a /sysutils/top/Makefile | |
parent | 2d7638525c0be40ab323e1a89d567c98503132e2 (diff) | |
download | pkgsrc-25c9b91f8e35678d9dc3f59e165ca323ed3c4860.tar.gz |
Note that top can't be built on NetBSD-1.6 and above.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 4 |
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" |