diff options
author | 2008-07-02 01:11:11 +0000 | |
---|---|---|
committer | 2008-07-02 01:11:11 +0000 | |
commit | 11e3d09279c25c457ba38be6743232f3a22f7063 (patch) | |
tree | c9c29a53dc73b35db69a071048adf5060918803e | |
parent | move to 4.4-beta (diff) | |
download | wireguard-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/Makefile | 4 |
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> |