The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=40a5abfc3f66e17827b2225cc9ed3c2ed4290df8

commit 40a5abfc3f66e17827b2225cc9ed3c2ed4290df8
Author:     Brooks Davis <bro...@freebsd.org>
AuthorDate: 2025-08-04 09:33:40 +0000
Commit:     Brooks Davis <bro...@freebsd.org>
CommitDate: 2025-08-04 12:58:46 +0000

    krb5/include/Makefile: don't override *include targets
    
    This was causing kdb.h, krad.h, and krb5.h to be installed twice.
    
    PR:             288594
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/1801
---
 krb5/include/Makefile | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/krb5/include/Makefile b/krb5/include/Makefile
index a2d29fcb1530..6cd606faf605 100644
--- a/krb5/include/Makefile
+++ b/krb5/include/Makefile
@@ -37,19 +37,8 @@ osconf.h:
 
 rebuild-error-tables: ${K5_ET_HEADERS}
 
-force:
-
-stage_includes: copies
-SDESTDIR?=     ${SYSROOT:U${DESTDIR}}
-
-.PHONY: force rebuild-error-tables osconf.h
+.PHONY: rebuild-error-tables osconf.h
 
 .PATH: ${KRB5_DIR}/include/krb5
 
-copies:        .PHONY .META
-       cd ${KRB5_DIR}/include; \
-       ${INSTALL} -C ${TAG_ARGS:D${TAG_ARGS},dev} -o ${BINOWN} -g ${BINGRP} 
-m444 ${INCS} ${SDESTDIR}${INCLUDEDIR}
-
 .include <bsd.prog.mk>
-
-installincludes: copies

Reply via email to