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 | f8f798106f9dd93ebebe7b1e7511785afeaa9001 (patch) | |
tree | e4649dfcda8e65e22acbf2147d09da6140e40785 /sysutils/pscpug | |
parent | bfdd1bfa0e472d2110c0c4911032e894f2e00bcd (diff) | |
download | pkgsrc-f8f798106f9dd93ebebe7b1e7511785afeaa9001.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'sysutils/pscpug')
-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" |