diff options
author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2002-03-14 03:33:40 +0000 |
---|---|---|
committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2002-03-14 03:33:40 +0000 |
commit | 7ce9021cd037ea60d0e55cec74563e90adda02e5 (patch) | |
tree | 1b084b3d22d16535e8a8e75046c8359aff393a06 /misc/airoflash/files/patch-aa | |
parent | Upgrade to Binutils 2.12.0. (diff) |
A utility to update firmware in Cisco/Aironet 802.11 wireless cards
PR: ports/31712
Reviewed by: archie
Notes
Notes:
svn path=/head/; revision=56049
Diffstat (limited to 'misc/airoflash/files/patch-aa')
-rw-r--r-- | misc/airoflash/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/airoflash/files/patch-aa b/misc/airoflash/files/patch-aa new file mode 100644 index 000000000000..9d500a3dc38e --- /dev/null +++ b/misc/airoflash/files/patch-aa @@ -0,0 +1,8 @@ +--- /dev/null Wed Mar 13 11:58:15 2002 ++++ Makefile Wed Mar 13 12:00:43 2002 +@@ -0,0 +1,5 @@ ++BINDIR?= ${PREFIX}/bin ++PROG= airoflash ++NOMAN= ++ ++.include <bsd.prog.mk> |