freebsd-ports/net/libunp/files/patch-Makerfile.in
Adam Weinberger 69ea23ed71 Rename net/ patch-xy patches to reflect the files they modify.
Approve by:	portmgr (not really, but one of these is modifying
		an unstaged port)
2014-07-29 01:59:16 +00:00

18 lines
389 B
Text

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