diff options
| author | rpaulo <rpaulo@NetBSD.org> | 2006-06-07 19:14:37 +0000 |
|---|---|---|
| committer | rpaulo <rpaulo@NetBSD.org> | 2006-06-07 19:14:37 +0000 |
| commit | 6fe7f65c21188093d89a27362ff9b8c4ed33f747 (patch) | |
| tree | 2595f2ef57369a0792aa7b15c41ad90c1657a432 /sys/dev/microcode/ral/Makefile | |
| parent | 9a7119856d0383792e93e95e6a4d4c493ea90359 (diff) | |
Define proginstall (empty) and afterinstall (to install the firmware).
Diffstat (limited to 'sys/dev/microcode/ral/Makefile')
| -rw-r--r-- | sys/dev/microcode/ral/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile index 9de5f37b5f3..41d8d6fa547 100644 --- a/sys/dev/microcode/ral/Makefile +++ b/sys/dev/microcode/ral/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/06/04 20:30:17 rpaulo Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/07 19:14:37 rpaulo Exp $ # Based on: # $OpenBSD: Makefile,v 1.1 2006/01/09 20:03:40 damien Exp $ @@ -14,6 +14,16 @@ all: ${FIRM} ${FIRM}: build ${.OBJDIR}/build +proginstall: + +afterinstall: + ${_MKMSG_INSTALL} ${FIRMPATH} + ${INSTALL_DIR} ${FIRMPATH} +.for i in ${FIRM} + ${_MKMSG_INSTALL} ${i} + ${INSTALL_FILE} ${i} ${FIRMPATH} +.endfor + cleanall: rm -f ${FIRM} |
