freebsd-ports/comms/mlan/files/patch-ac
Poul-Henning Kamp 130997ebdc mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlan
devices.  Only DS2480 bases serial port attachment is supported.

Reviewed by:	cpiazza
2000-01-04 22:11:45 +00:00

11 lines
244 B
Text

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
+