diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 11:50:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-03-08 11:50:40 +0000 |
commit | a2387ca4999517b6fb815fcb10a447f6fab3fd01 (patch) | |
tree | 2926992fe9388b42013551c369a7f75d2ba1b0d2 /sys/dev/microcode/atmel/Makefile | |
parent | e318b68d30259e199793496d10faa5f07d1d286f (diff) |
fix a typo
Diffstat (limited to 'sys/dev/microcode/atmel/Makefile')
-rw-r--r-- | sys/dev/microcode/atmel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/atmel/Makefile b/sys/dev/microcode/atmel/Makefile index 7be5ef63e32..ba1263c8f92 100644 --- a/sys/dev/microcode/atmel/Makefile +++ b/sys/dev/microcode/atmel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2005/03/08 11:45:36 dlg Exp $ +# $OpenBSD: Makefile,v 1.10 2005/03/08 11:50:39 dlg Exp $ NOPROG= NOMAN= @@ -16,7 +16,7 @@ FIRM= atu-intersil-int atu-intersil-ext \ atu-rfmd2958smc-int atu-rfmd2958smc-ext \ atu-at76c503-i3863-int atu-at76c503-i3863-ext \ atu-at76c503-rfmd-acc-int atu-at76c503-rfmd-acc-ext \ - atu-at76c5050rfmd-int atu-at76c5050rfmd-ext + atu-at76c505-rfmd-int atu-at76c505-rfmd-ext CLEANFILES+= ${FIRM} build |