Module Name:    src
Committed By:   pooka
Date:           Mon Apr 14 22:56:53 UTC 2014

Modified Files:
        src/sys/rump/dev: Makefile.rumpdevcomp

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/dev/Makefile.rumpdevcomp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/dev/Makefile.rumpdevcomp
diff -u src/sys/rump/dev/Makefile.rumpdevcomp:1.9 src/sys/rump/dev/Makefile.rumpdevcomp:1.10
--- src/sys/rump/dev/Makefile.rumpdevcomp:1.9	Mon Apr  7 01:45:36 2014
+++ src/sys/rump/dev/Makefile.rumpdevcomp	Mon Apr 14 22:56:53 2014
@@ -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 @@ RUMPUSBDEVS=	ubt ucom ugenhc ulpt umass 
 
 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}

Reply via email to