diff options
author | tv <tv> | 2005-01-18 22:37:04 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-18 22:37:04 +0000 |
commit | 18e0a70c6031ddf8848b69de298e34ecc00d59e4 (patch) | |
tree | 1606620277d07ebc35affa69130ca22eb52638f2 /pkgtools/shlock | |
parent | 56901660b6ab1cd32c4f05898e2511f631581c83 (diff) | |
download | pkgsrc-18e0a70c6031ddf8848b69de298e34ecc00d59e4.tar.gz |
Enable on Interix.
Diffstat (limited to 'pkgtools/shlock')
-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 |