summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-07-02 01:11:11 +0000
committerderaadt <deraadt@openbsd.org>2008-07-02 01:11:11 +0000
commit11e3d09279c25c457ba38be6743232f3a22f7063 (patch)
treec9c29a53dc73b35db69a071048adf5060918803e
parentmove to 4.4-beta (diff)
downloadwireguard-openbsd-11e3d09279c25c457ba38be6743232f3a22f7063.tar.xz
wireguard-openbsd-11e3d09279c25c457ba38be6743232f3a22f7063.zip
also install the license as run-license... discussed with jsg
-rw-r--r--sys/dev/microcode/rum/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/microcode/rum/Makefile b/sys/dev/microcode/rum/Makefile
index cae4f70f95d..1c087ed4740 100644
--- a/sys/dev/microcode/rum/Makefile
+++ b/sys/dev/microcode/rum/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2008/06/29 23:57:58 jsg Exp $
+# $OpenBSD: Makefile,v 1.6 2008/07/02 01:11:11 deraadt Exp $
NOPROG=
NOMAN=
@@ -31,6 +31,8 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${.CURDIR}/rum-license ${DESTDIR}/etc/firmware
+LINKS= ${DESTDIR}/etc/firmware/rum-license ${DESTDIR}/etc/firmware/run-license
+
.endif
.include <bsd.prog.mk>