diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 01:11:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-02 01:11:12 +0000 |
commit | 9a3cb06fd4a6558f66f9a7d3cf9eace5ca3cf3d4 (patch) | |
tree | f53e5db4ca927af66a8062071f5888443ea63eae /sys/dev/microcode | |
parent | d4f0e47bbacc1309768228cde9fe76b4b71e5dff (diff) |
also install the license as run-license... discussed with jsg
Diffstat (limited to 'sys/dev/microcode')
-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> |