From 95b0a570696205f106f4dbf931dad2cba0e169c6 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 7 Jun 2006 19:54:04 +0000 Subject: [PATCH] Definitions needed by subsequent Makefiles to install the firmware. --- sys/dev/microcode/Makefile.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/dev/microcode/Makefile.inc diff --git a/sys/dev/microcode/Makefile.inc b/sys/dev/microcode/Makefile.inc new file mode 100644 index 000000000000..e0ffa9d9454f --- /dev/null +++ b/sys/dev/microcode/Makefile.inc @@ -0,0 +1,9 @@ +# $NetBSD: Makefile.inc,v 1.3 2006/06/07 19:54:04 rpaulo Exp $ + +FIRMPATH!= basename ${.CURDIR} +FIRMPATH:= ${FIRMWAREDIR}/${FIRMPATH} + +FILESDIR= ${FIRMPATH} +FILESOWN= ${FIRMWAREOWN} +FILESGRP= ${FIRMWAREGRP} +FILESMODE= ${FIRMWAREMODE}