diff options
author | tv <tv@pkgsrc.org> | 2004-10-11 18:52:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-11 18:52:56 +0000 |
commit | 172219d02a6f5cc6a2a7abc4e8fb3e2bdc5fd86d (patch) | |
tree | 80895457b289e138d75b68826f76b31d15b4de2d /pkgtools | |
parent | b6e16acc79a1a31a1e8e1cb10fa72531c3ee971b (diff) | |
download | pkgsrc-172219d02a6f5cc6a2a7abc4e8fb3e2bdc5fd86d.tar.gz |
Enable on Interix.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/rc.subr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile index ea5d29e50bd..7fdacd793b2 100644 --- a/pkgtools/rc.subr/Makefile +++ b/pkgtools/rc.subr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/08/01 08:56:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/11 18:52:56 tv Exp $ # DISTNAME= rc.subr-20030706 @@ -10,7 +10,7 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD rc.subr implementation for pkgsrc -ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* SunOS-*-* +ONLY_FOR_PLATFORM= Darwin-*-* Interix-*-* Linux-*-* SunOS-*-* NO_BUILD= # defined NO_CHECKSUM= # defined |