summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/tigon/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 15:25:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 15:25:28 +0000
commit111e5083d531f36cd102cf2908a02f68a49a768b (patch)
treebb4e34e90b4a1a4d7743f18f7d778b569221ead4 /sys/dev/microcode/tigon/Makefile
parent60de107bbd155cdd8d12785d924b9f66a424bb0a (diff)
tigon-license file
Diffstat (limited to 'sys/dev/microcode/tigon/Makefile')
-rw-r--r--sys/dev/microcode/tigon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/microcode/tigon/Makefile b/sys/dev/microcode/tigon/Makefile
index 56a42b4d599..cafeacfa705 100644
--- a/sys/dev/microcode/tigon/Makefile
+++ b/sys/dev/microcode/tigon/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2004/11/22 04:14:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2004/12/19 15:25:27 deraadt Exp $
NOPROG=
NOMAN=
@@ -19,6 +19,8 @@ all: build
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FIRM} ${DESTDIR}/etc/firmware
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
+ ${.CURDIR}/tigon-license ${DESTDIR}/etc/firmware
.endif
.include <bsd.prog.mk>