Browse Source

Sync FreeBSD's bmake branch with Juniper's internal bmake branch.

Requested by: Simon Gerraty <sjg@juniper.net>
tags/ggatessh-v1.0.0
marcel 12 years ago
parent
commit
1b1c930edc
3 changed files with 72 additions and 0 deletions
  1. +25
    -0
      ggatec/Makefile.depend
  2. +23
    -0
      ggated/Makefile.depend
  3. +24
    -0
      ggatel/Makefile.depend

+ 25
- 0
ggatec/Makefile.depend View File

@@ -0,0 +1,25 @@
# Autogenerated - do NOT edit!

DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}

DEP_MACHINE := ${.PARSEFILE:E}

DIRDEPS = \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libexpat \
lib/libgeom \
lib/libsbuf \
lib/libthr \
lib/libutil \


.include <dirdeps.mk>

.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

+ 23
- 0
ggated/Makefile.depend View File

@@ -0,0 +1,23 @@
# Autogenerated - do NOT edit!

DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}

DEP_MACHINE := ${.PARSEFILE:E}

DIRDEPS = \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libgeom \
lib/libthr \
lib/libutil \


.include <dirdeps.mk>

.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

+ 24
- 0
ggatel/Makefile.depend View File

@@ -0,0 +1,24 @@
# Autogenerated - do NOT edit!

DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}

DEP_MACHINE := ${.PARSEFILE:E}

DIRDEPS = \
gnu/lib/libgcc \
include \
include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libexpat \
lib/libgeom \
lib/libsbuf \
lib/libutil \


.include <dirdeps.mk>

.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
.endif

Loading…
Cancel
Save