From 75f369777e3a538ce4aa5a0ae5caf93c1cf5d425 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 22 Nov 2004 09:10:12 +0000 Subject: for later use, install these --- sys/dev/microcode/symbol/Makefile | 20 ++++++++++++++++++++ sys/dev/microcode/symbol/symbol-license | 27 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 sys/dev/microcode/symbol/Makefile create mode 100644 sys/dev/microcode/symbol/symbol-license (limited to 'sys') diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile new file mode 100644 index 00000000000..7a2f61a9b39 --- /dev/null +++ b/sys/dev/microcode/symbol/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1 2004/11/22 09:10:11 deraadt Exp $ + +NOPROG= +NOMAN= + +# pcmcia capable systems only +.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ + (${MACHINE} == "sparc") + +afterinstall: + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${.CURDIR}/eprimsym ${DESTDIR}/etc/firmware + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${.CURDIR}/esecsym ${DESTDIR}/etc/firmware + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ + ${.CURDIR}/symbol-license ${DESTDIR}/etc/firmware +.endif + +.include + diff --git a/sys/dev/microcode/symbol/symbol-license b/sys/dev/microcode/symbol/symbol-license new file mode 100644 index 00000000000..625dd0619a9 --- /dev/null +++ b/sys/dev/microcode/symbol/symbol-license @@ -0,0 +1,27 @@ + + * Copyright (c) 2001 Symbol Technologies Inc. -- http://www.symbol.com + * All rights reserved. + * + * Redistribution and use in source and binary forms are permitted provided + * that the following conditions are met: + * 1. Redistribution of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistribution in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This license applies to the eprimsym and esecsym firmwares for Spectrum +wireless cards without firmware on board. -- cgit v1.2.3