diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 17:00:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 17:00:54 +0000 |
commit | 069c5529ad95f2d26245ab314ad8aab80cbbea90 (patch) | |
tree | e330241574797e5bcbc9b89988bdd503f5982203 /sysutils | |
parent | 332851295b002fd597ade1aeb93bb7bc78d43c78 (diff) | |
download | pkgsrc-069c5529ad95f2d26245ab314ad8aab80cbbea90.tar.gz |
Mark as NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/skill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index c81680b590d..5b678469693 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/07/04 22:40:32 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/03/10 17:00:54 tv Exp $ # DISTNAME= skill-4.1.1 @@ -10,6 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.cs.utah.edu/~forys/software.html COMMENT= Signal processes given user names, ttys, commands, or pids +NOT_FOR_PLATFORM+= Interix-*-* # currently no machdep support + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |