diff options
| author | rpaulo <rpaulo@NetBSD.org> | 2006-06-07 19:54:04 +0000 |
|---|---|---|
| committer | rpaulo <rpaulo@NetBSD.org> | 2006-06-07 19:54:04 +0000 |
| commit | 95b0a570696205f106f4dbf931dad2cba0e169c6 (patch) | |
| tree | b07300f86b9d5063dd3f8740a488e0d23b605d1b /sys/dev/microcode/Makefile.inc | |
| parent | a484b73c4671608eeb756104686eb52df8ac45ae (diff) | |
Definitions needed by subsequent Makefiles to install the firmware.
Diffstat (limited to 'sys/dev/microcode/Makefile.inc')
| -rw-r--r-- | sys/dev/microcode/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/microcode/Makefile.inc b/sys/dev/microcode/Makefile.inc new file mode 100644 index 00000000000..e0ffa9d9454 --- /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} |
