aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-02-17 11:27:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-02-17 11:27:33 +0000
commite368e9b756772264acdbc11f3cc1d223bcd48dee (patch)
treebd5c3b2eaae5e38f7bf27fcc2eab5505e39403f9 /etc
parent61d9bd21e9d6c3f876c4c8549fafaaaa4de75983 (diff)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 745ca91c60bf..229d9380901d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -126,6 +126,7 @@ MTREES+= ../${mtree} /
# scenario.
DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__string
DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__tuple
+DISTRIB_CLEANUP_FILES+= ${LIBEXECDIR}/kgdb
distrib-cleanup: .PHONY
for file in ${DISTRIB_CLEANUP_FILES}; do \
if [ -f ${DESTDIR}/$${file} ]; then \