diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2004-09-30 23:36:11 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2004-09-30 23:36:11 +0000 |
| commit | 40f4a63f15872cde735e901786f93c1a653c2c67 (patch) | |
| tree | 12547bc03cfa3b7efc54aeabea35634e349465e6 /include | |
| parent | eddb6c4dfe6b58b9f2f6c9119604db818b6fee8f (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 c6c6ba8db98b..16d9c7d28fe6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -97,6 +97,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 |
