1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/uisp/patch-af

15 lines
201 B
Plaintext
Raw Normal View History

--- 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
+
+
+