Date: Thu, 15 Sep 2005 22:52:54 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 83718 for review Message-ID: <200509152252.j8FMqsYE028734@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=83718 Change 83718 by sam@sam_ebb on 2005/09/15 22:52:23 undo breakage Affected files ... .. //depot/projects/wifi/sys/conf/kern.pre.mk#9 edit Differences ... ==== //depot/projects/wifi/sys/conf/kern.pre.mk#9 (text+ko) ==== @@ -55,11 +55,8 @@ # ... and the same for altq INCLUDES+= -I$S/contrib/altq -# ... and the same for Atheros HAL when the author builds it from -# non-distributable sources. -.if defined(ATH_BUILDING_FROM_SOURCE) -INCLUDES+= -I$S/contrib/dev/ath -.endif +# ... and the same for Atheros HAL +INCLUDES+= -I$S/contrib/dev/ath -I$S/contrib/dev/ath/freebsd .if make(depend) || make(kernel-depend) @@ -69,9 +66,6 @@ # ... and the same for pf INCLUDES+= -I$S/contrib/pf -# ... and the same for Atheros HAL -INCLUDES+= -I$S/contrib/dev/ath/freebsd - # ... and the same for the NgATM stuff INCLUDES+= -I$S/contrib/ngatm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509152252.j8FMqsYE028734>