# # Copyright (c) 2003-2007 wlan.kewl.org Project and Darron Broad # All rights reserved. # # Licensed under the terms of the BSD license, see file LICENSE for details. # # $Id: Makefile,v 1.10 2007/10/29 22:45:42 darron Exp $ # SUBDIR=acx acxtool ifdo bin2h firmware acx100fw acx111fw fetch: cd ${.CURDIR}/firmware && make fetch && cd .. extract: cd ${.CURDIR}/firmware && make extract && cd .. tidy: find . -name "*~" -exec rm {} \; firmcopy: cp ../dwl-650+_drv_v3.06_1007_inc_utility.zip firmware/acx100/ cp ../wg311v2_v2_0_0_7.zip firmware/acx111/ .include