Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev fix typo



details:   https://anonhg.NetBSD.org/src/rev/7fe9781c7cb7
branches:  trunk
changeset: 328715:7fe9781c7cb7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 14 22:56:53 2014 +0000

description:
fix typo

diffstat:

 sys/rump/dev/Makefile.rumpdevcomp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05511b8e45eb -r 7fe9781c7cb7 sys/rump/dev/Makefile.rumpdevcomp
--- a/sys/rump/dev/Makefile.rumpdevcomp Mon Apr 14 21:43:00 2014 +0000
+++ b/sys/rump/dev/Makefile.rumpdevcomp Mon Apr 14 22:56:53 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpdevcomp,v 1.9 2014/04/07 01:45:36 pooka Exp $
+#      $NetBSD: Makefile.rumpdevcomp,v 1.10 2014/04/14 22:56:53 pooka Exp $
 #
 
 RUMPDEVCOMP=   audio bpf cgd disk dm drvctl fss md netsmb pad pud      \
@@ -9,7 +9,7 @@
 
 RUMPPCIDEVS=   pci pci_if_iwn pci_if_wm
 # Not really a PCI device, but ....
-RUMPPCIDEVS=   miiphy
+RUMPPCIDEVS+=  miiphy
 
 .for var in ${RUMPDEVCOMP}
 RUMPDEVLIBS+=lib${var}



Home | Main Index | Thread Index | Old Index