diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 01:16:58 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-09 01:16:58 +0000 |
commit | b17b8f3e9d955448a7c956804f6213a552e1f293 (patch) | |
tree | 89c8bf6fc4cd458435dc31f1dcc75391f83b8c3a /usr.sbin/fw_update/Makefile | |
parent | b39e8c0c98081790ce8599896c6186e353554b93 (diff) |
welcome fw_update, which installs and/or updates non-free firmware for
detected and previously installed devices that needs it
"go ahead and commit it" deraadt@
Diffstat (limited to 'usr.sbin/fw_update/Makefile')
-rw-r--r-- | usr.sbin/fw_update/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/fw_update/Makefile b/usr.sbin/fw_update/Makefile new file mode 100644 index 00000000000..00a8b8712db --- /dev/null +++ b/usr.sbin/fw_update/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2011/07/09 01:16:57 halex Exp $ + +#MAN= fw_update.1 + +beforeinstall: + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/fw_update.sh ${DESTDIR}${BINDIR}/fw_update + +.include <bsd.prog.mk> |