summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunp/files/patch-Makefile.in')
-rw-r--r--net/libunp/files/patch-Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/libunp/files/patch-Makefile.in b/net/libunp/files/patch-Makefile.in
new file mode 100644
index 000000000000..14202614832a
--- /dev/null
+++ b/net/libunp/files/patch-Makefile.in
@@ -0,0 +1,18 @@
+--- Makefile.in.orig 1997-04-11 22:42:26 UTC
++++ Makefile.in
+@@ -1,8 +1,13 @@
+ include ./Make.defines
+
++SUBDIRS = lib libfree libgai libroute
++
+ all:
+- @echo "Nothing to make in this directory"
+- @echo "Please read the README file"
++ PWD=`pwd`; \
++ for dir in $(SUBDIRS) ; \
++ do \
++ cd $$PWD/$$dir && $(MAKE) && cd .. ;\
++ done
+
+ clean:
+ rm -f $(CLEANFILES)