diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-12-13 18:53:17 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2023-12-13 18:53:17 +0000 |
| commit | ca217224f17229570f40227893353ca10ae1dda1 (patch) | |
| tree | 7e629d53d4414d9aae2163e18e70336b408a511d /etc | |
| parent | 59cbead6b15fd2320fa0a98dc680aef5d6e1438f (diff) | |
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index b2a80d4a7b57..097b7e3728bd 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -124,6 +124,7 @@ MTREES+= ../${mtree} / # Clean up files that have changed into directories, as mtree cannot handle this # scenario. DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__string +DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__tuple distrib-cleanup: .PHONY for file in ${DISTRIB_CLEANUP_FILES}; do \ if [ -f ${DESTDIR}/$${file} ]; then \ |
