diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-04 19:12:46 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-02-04 19:12:46 +0000 |
| commit | 9a934297618ba2c045d1dd855c3f1ea2c1be2e73 (patch) | |
| tree | 71ba64d0a82be4894e23f6d65f36b61203ec3875 /contrib/bind/lib/Makefile | |
| parent | 2cf92774d22db082dfd96fc0fbc9b540ddc0d9e4 (diff) | |
Notes
Diffstat (limited to 'contrib/bind/lib/Makefile')
| -rw-r--r-- | contrib/bind/lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/bind/lib/Makefile b/contrib/bind/lib/Makefile index 1de1d01169c8..489169ff6544 100644 --- a/contrib/bind/lib/Makefile +++ b/contrib/bind/lib/Makefile @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: Makefile,v 8.25 2000/12/23 08:02:56 vixie Exp $ +# $Id: Makefile,v 8.26 2001/08/14 05:57:58 marka Exp $ SUBDIRS = resolv irs isc bsd inet nameser dst cylink dnssafe @@ -60,6 +60,9 @@ LIBTS = ${TOP}/lib/libbind.ts LIBR = libbind_r.${A} LIBRTS = ${TOP}/lib/libbindr.ts +.NOTPARALLEL: +.NO_PARALLEL: + all depend clean install distclean:: @for x in ${SUBDIRS}; do \ (cd $$x; pwd; ${MAKE} ${MARGS} $@) || exit 1; \ |
