diff options
author | tv <tv@pkgsrc.org> | 2007-02-08 15:54:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-02-08 15:54:15 +0000 |
commit | 2493ab69c5c20cde72075542ad81d7792681cd65 (patch) | |
tree | e4649dfcda8e65e22acbf2147d09da6140e40785 /sysutils | |
parent | 25153c66555cac2ee8c7b295d835a2008516645c (diff) | |
download | pkgsrc-2493ab69c5c20cde72075542ad81d7792681cd65.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pscpug/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pscpug/Makefile b/sysutils/pscpug/Makefile index 344661f4240..5add1df29ff 100644 --- a/sysutils/pscpug/Makefile +++ b/sysutils/pscpug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/27 00:21:33 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/08 15:54:15 tv Exp $ # DISTNAME= pscpug032 @@ -13,5 +13,7 @@ COMMENT= Graph a given process's CPU usage GNU_CONFIGURE= yes +NOT_FOR_PLATFORM= Interix-*-* # no rusage or procfs stats + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |