From 7750ad47a9a7dbc83f87158464170c8640723293 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 22 Aug 2012 19:25:57 +0000 Subject: Sync FreeBSD's bmake branch with Juniper's internal bmake branch. Requested by: Simon Gerraty --- usr.bin/unvis/Makefile.depend | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 usr.bin/unvis/Makefile.depend (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend new file mode 100644 index 000000000000..ac1b1319c7ef --- /dev/null +++ b/usr.bin/unvis/Makefile.depend @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DEP_MACHINE := ${.PARSEFILE:E} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif -- cgit v1.2.3 From f5f7c05209ca2c3748fd8b27c5e80ffad49120eb Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 16 Feb 2013 01:23:54 +0000 Subject: Updated dependencies --- usr.bin/unvis/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend index ac1b1319c7ef..943a383b89f7 100644 --- a/usr.bin/unvis/Makefile.depend +++ b/usr.bin/unvis/Makefile.depend @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ gnu/lib/libgcc \ include \ -- cgit v1.2.3 From 7cf3a1c6b250b3d5403c89c485b8a9ae77d2d89d Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 11 Mar 2013 17:21:52 +0000 Subject: Updated dependencies --- usr.bin/unvis/Makefile.depend | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend index 943a383b89f7..82222e2879c7 100644 --- a/usr.bin/unvis/Makefile.depend +++ b/usr.bin/unvis/Makefile.depend @@ -7,6 +7,7 @@ DIRDEPS = \ include \ lib/${CSU_DIR} \ lib/libc \ + lib/libcompiler_rt \ .include -- cgit v1.2.3 From 76b28ad6ab6dc8d4a62cb7de7f143595be535813 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Sat, 10 May 2014 05:16:28 +0000 Subject: Updated dependencies --- usr.bin/unvis/Makefile.depend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend index 82222e2879c7..e9a1dda6ca51 100644 --- a/usr.bin/unvis/Makefile.depend +++ b/usr.bin/unvis/Makefile.depend @@ -3,10 +3,12 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ + gnu/lib/csu \ gnu/lib/libgcc \ include \ lib/${CSU_DIR} \ lib/libc \ + lib/libc_nonshared \ lib/libcompiler_rt \ -- cgit v1.2.3 From fae50821ae22099d0406090228bc4c5b6af693ad Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Fri, 16 May 2014 14:09:51 +0000 Subject: Updated dependencies --- usr.bin/unvis/Makefile.depend | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend index e9a1dda6ca51..2d9ec507cd13 100644 --- a/usr.bin/unvis/Makefile.depend +++ b/usr.bin/unvis/Makefile.depend @@ -8,7 +8,6 @@ DIRDEPS = \ include \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ -- cgit v1.2.3 From 44d314f704764f0247a540648a4b4fc3e8012133 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Mon, 8 Jun 2015 23:35:17 +0000 Subject: dirdeps.mk now sets DEP_RELDIR --- usr.bin/unvis/Makefile.depend | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/unvis') diff --git a/usr.bin/unvis/Makefile.depend b/usr.bin/unvis/Makefile.depend index 2d9ec507cd13..461e7100bbd1 100644 --- a/usr.bin/unvis/Makefile.depend +++ b/usr.bin/unvis/Makefile.depend @@ -1,7 +1,5 @@ # Autogenerated - do NOT edit! -DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} - DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ -- cgit v1.2.3