1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/libunpipc/files/patch-aa

19 lines
365 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Fri Apr 11 18:42:26 1997
+++ Makefile.in Thu Sep 30 10:24:12 1999
@@ -1,8 +1,13 @@
include ./Make.defines
+SUBDIRS = lib
+
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)