1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/comms/mlan/files/patch-ac

12 lines
244 B
Plaintext
Raw Normal View History

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
+