diff options
author | cjep <cjep> | 2002-06-06 06:59:31 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-06 06:59:31 +0000 |
commit | f9aced059a87653e51bfca778b12d2ed62fa05e0 (patch) | |
tree | a72cbf867a72d42320ec6ca96fe011e338f44c74 /misc/dsbr100 | |
parent | 916d7204bc1339c406c9dfef466dd4df717f8f73 (diff) | |
download | pkgsrc-f9aced059a87653e51bfca778b12d2ed62fa05e0.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.
Diffstat (limited to 'misc/dsbr100')
-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" |