aboutsummaryrefslogtreecommitdiffstats
path: root/net/libunp/files/patch-aa
blob: 71c936aef1e9308c0fb071424ef0dece342839e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Makefile.in.orig    Fri Apr 11 18:42:26 1997
+++ Makefile.in Thu Sep 30 09:51:16 1999
@@ -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)