summaryrefslogtreecommitdiff
path: root/net/libunp/files/patch-Makefile.in
blob: 14202614832ab1b5b0704466f0eaf5cb699df197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)