PERFORCE change 65506 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 19 20:10:24 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=65506

Change 65506 by sam at sam_ebb on 2004/11/20 04:09:53

	switch to a single public build

Affected files ...

.. //depot/projects/wifi/sys/modules/ath_hal/Makefile#3 edit

Differences ...

==== //depot/projects/wifi/sys/modules/ath_hal/Makefile#3 (text+ko) ====

@@ -61,10 +61,10 @@
 .include "${HAL}/freebsd/Makefile.inc"
 .else
 
-hal.o:	${HAL}/freebsd/i386-elf.hal.o.uu
-	uudecode -p < ${HAL}/freebsd/i386-elf.hal.o.uu > ${.TARGET}
-opt_ah.h: ${HAL}/freebsd/i386-elf.opt_ah.h
-	cp ${HAL}/freebsd/i386-elf.opt_ah.h ${.TARGET}
+hal.o:	${HAL}/public/i386-elf.hal.o.uu
+	uudecode -p < ${HAL}/public/i386-elf.hal.o.uu > ${.TARGET}
+opt_ah.h: ${HAL}/public/i386-elf.opt_ah.h
+	cp ${HAL}/public/i386-elf.opt_ah.h ${.TARGET}
 .endif
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list