diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-06 06:59:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-06 06:59:31 +0000 |
commit | 7a1a76b2248e5ec03f736f4abdcd911cf1f4d3cb (patch) | |
tree | a72cbf867a72d42320ec6ca96fe011e338f44c74 | |
parent | becb854ec4dd8d43cf218bf62ade1f96ad5cba50 (diff) | |
download | pkgsrc-7a1a76b2248e5ec03f736f4abdcd911cf1f4d3cb.tar.gz |
Only build on earlier versions of NetBSD with USB support. -current and
1.6 will have a kernel driver to do this.
After a discussion with Lennart Augustsson.
-rw-r--r-- | misc/dsbr100/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/dsbr100/Makefile b/misc/dsbr100/Makefile index 7f395a4605e..89ee71e7969 100644 --- a/misc/dsbr100/Makefile +++ b/misc/dsbr100/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 15:20:42 augustss Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/06 06:59:31 cjep Exp $ # DISTNAME= dsbr100-0.1 @@ -8,4 +8,7 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ MAINTAINER= lennart@augustsson.net COMMENT= Control the D-Link DSB-R100 USB radio +ONLY_FOR_PLATFORM= NetBSD-1.4*-* NetBSD-1.5-* NetBSD-1.5.[1-3]*-* \ + NetBSD-1.5_*-* + .include "../../mk/bsd.pkg.mk" |