summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/symbol/Makefile
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/dev/microcode/symbol/Makefile
parent56b80544475c091c76c2eaaa899610467cd461a0 (diff)
for later use, install these
Diffstat (limited to 'sys/dev/microcode/symbol/Makefile')
-rw-r--r--sys/dev/microcode/symbol/Makefile20
1 files changed, 20 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>
+