diff options
author | tv <tv@pkgsrc.org> | 2005-01-18 22:37:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-18 22:37:04 +0000 |
commit | ff681bc5d84545b097155b2a2e1bb5fff0a0b796 (patch) | |
tree | 1606620277d07ebc35affa69130ca22eb52638f2 | |
parent | 9e28fd964ac094ff9008496b820389a7502a6a72 (diff) | |
download | pkgsrc-ff681bc5d84545b097155b2a2e1bb5fff0a0b796.tar.gz |
Enable on Interix.
-rw-r--r-- | pkgtools/shlock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/shlock/Makefile b/pkgtools/shlock/Makefile index a731d31b281..e70113137e5 100644 --- a/pkgtools/shlock/Makefile +++ b/pkgtools/shlock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:23:58 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/18 22:37:04 tv Exp $ # DISTNAME= shlock-20020114 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= COMMENT= Shell utility to perform dot-locking -ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* +ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Interix-*-* WRKSRC= ${WRKDIR} EXTRACT_ONLY= #empty |