freebsd-ports/devel/uisp/patch-af
Will Andrews 591d1fab89 Add uisp 1.0b, a versatile programmer for atmel AVR microcontrollers.
PR:		25145
Submitted by:	Bruno Schwander <bruno@tinkerbox.org>
2001-03-11 02:11:17 +00:00

15 lines
201 B
Plaintext

--- Makefile.orig Sat Feb 17 09:32:42 2001
+++ Makefile Sat Feb 17 09:30:12 2001
@@ -0,0 +1,11 @@
+all:
+ $(MAKE) -C src all
+
+clean:
+ $(MAKE) -C src clean
+
+install:
+ $(MAKE) -C src install
+
+
+