Module Name:    src
Committed By:   christos
Date:           Mon Feb 19 20:39:38 UTC 2024

Modified Files:
        src/share/mk: bsd.prog.mk

Log Message:
Add a hook that adds more libraries after PROGDPLIBS


To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 src/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.prog.mk
diff -u src/share/mk/bsd.prog.mk:1.347 src/share/mk/bsd.prog.mk:1.348
--- src/share/mk/bsd.prog.mk:1.347	Wed Oct 11 10:08:26 2023
+++ src/share/mk/bsd.prog.mk	Mon Feb 19 15:39:38 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.prog.mk,v 1.347 2023/10/11 14:08:26 riastradh Exp $
+#	$NetBSD: bsd.prog.mk,v 1.348 2024/02/19 20:39:38 christos Exp $
 #	@(#)bsd.prog.mk	8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -403,6 +403,10 @@ DPADD+=		${PROGDO.${_lib}}/lib${_lib}.a
 .endif
 .endfor
 .endif									# }
+
+LDADD+=${LDADD_AFTER}
+DPADD+=${DPADD_AFTER}
+
 #
 # Per-program definitions and targets.
 #

Reply via email to