diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2004-09-27 08:23:43 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2004-09-27 08:23:43 +0000 |
| commit | 2a61444749b956b25aacbbc2e3a07e4d83d59bc0 (patch) | |
| tree | cd570faf07c6f7174e23a34c086fde3a26d11121 /include | |
| parent | 8b7a7341b3137c07669b9669d631dfce1b37f57b (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index f12dcb1a7994..e2f2d60acbf9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -98,6 +98,11 @@ compat: mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}${INCLUDEDIR} +.if defined(WITH_BIND_LIBS) && !defined(NO_BIND) + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ + -f ${.CURDIR}/../etc/mtree/BIND.include.dist \ + -p ${DESTDIR}${INCLUDEDIR} +.endif copies: .for i in ${LDIRS} ${LSUBDIRS} crypto machine machine/pc |
