diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-17 01:56:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-11-17 01:56:12 +0000 |
commit | efd6ec23957a44a9042926535df8d88197d94cbd (patch) | |
tree | bbaefb048ce24fd156dff3c57178ef85fbf4429d /sys/dev | |
parent | ea9351ad6e7abe8037e67138103e038dc61cc8e2 (diff) |
install all 8 files
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 923cf702791..2dd6ae0ecc4 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2004/11/17 00:52:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/11/17 01:56:11 deraadt Exp $ # USB capable systems only .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ @@ -6,8 +6,11 @@ (${MACHINE_ARCH} == "powerpc") || (${MACHINE} == "cats") || \ (${MACHINE} == "hppa") -FIRM= atu-intersil-int atu-rfmd-int atu-rfmd2958-int \ - atu-intersil-ext atu-rfmd-ext atu-rfmd2958-ext +FIRM= atu-intersil-int atu-intersil-ext \ + atu-rfmd-int atu-rfmd-ext \ + atu-rfmd2958-int atu-rfmd2958-ext \ + atu-rfmd2958smc-int atu-rfmd2958smc-ext + CLEANFILES+= ${FIRM} build all: build |