diff options
author | jtb <jtb> | 2001-06-04 23:16:57 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 23:16:57 +0000 |
commit | 984dc262ec5455105aaf219ff0979df05948d1b6 (patch) | |
tree | 17d9cfaa1394c6593e0dc6c93b3f89e550dee56a /benchmarks | |
parent | 4217e7c171de917045bb6f44def0f65a86ebe8aa (diff) | |
download | pkgsrc-984dc262ec5455105aaf219ff0979df05948d1b6.tar.gz |
LICENSE=non-commercial.
This program/these programs can be used freely for private or
educational purposes. If you want to use them for commercial purposes,
please contact the author. You may redistribute this software only if
all files from my original distribution are included unchanged. You may
only add readable documentation files, such as a BBS signature, and only
if they are marked prominently as additions. If you want to include any
part of the orignal distribution with other software, please contact the
author before.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 654798ffbd8..7b018ea0948 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/19 14:34:52 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/04 23:16:57 jtb Exp $ DISTNAME= netio114 PKGNAME= netio-1.14 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .zip MAINTAINER= tron@netbsd.org COMMENT= Network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix +LICENSE= non-commercial + ALL_TARGET= pkgsrc WRKSRC= ${WRKDIR} |