diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-04 22:11:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-04 22:11:45 +0000 |
| commit | 130997ebdc0d668fb25dd3d03721f5ed03f918cb (patch) | |
| tree | 39ea4e85907095f427d9b9239f12b93a33bdca48 /comms/mlan/files/patch-ac | |
| parent | 34e78dcbf865aa26c803675b79bf8309b8f5464f (diff) | |
mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlan
devices. Only DS2480 bases serial port attachment is supported.
Reviewed by: cpiazza
Diffstat (limited to 'comms/mlan/files/patch-ac')
| -rw-r--r-- | comms/mlan/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/mlan/files/patch-ac b/comms/mlan/files/patch-ac new file mode 100644 index 000000000000..fc551bb53bf8 --- /dev/null +++ b/comms/mlan/files/patch-ac @@ -0,0 +1,11 @@ +diff -ur --new-file ./Makefile ../../A1/Makefile +--- ../../A1/Makefile Thu Jan 1 01:00:00 1970 ++++ ./Makefile Tue Jan 4 22:04:35 2000 +@@ -0,0 +1,7 @@ ++ ++all: ++ cd examples/freebsd ; make all ++ ++install: ++ cd examples/freebsd ; make install ++ |
