summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-22 09:10:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-11-22 09:10:12 +0000
commit75f369777e3a538ce4aa5a0ae5caf93c1cf5d425 (patch)
treef5f4c2a42c976e54212fc3af59fd96e76647d978 /sys
parent56b80544475c091c76c2eaaa899610467cd461a0 (diff)
for later use, install these
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/microcode/symbol/Makefile20
-rw-r--r--sys/dev/microcode/symbol/symbol-license27
2 files changed, 47 insertions, 0 deletions
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 <bsd.prog.mk>
+
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.