mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
130997ebdc
devices. Only DS2480 bases serial port attachment is supported. Reviewed by: cpiazza
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
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
|
|
+
|