blob: 4a53dd1c222d4ec710b17bc14b1eae13744c34f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff -ur libexec.orig/pt_chown/Makefile libexec/pt_chown/Makefile
--- libexec.orig/pt_chown/Makefile Thu Apr 7 20:09:33 2005
+++ libexec/pt_chown/Makefile Thu Apr 7 20:16:36 2005
@@ -6,4 +6,6 @@
BINMODE=4555
NOMAN=
+LDFLAGS += -Wl,-z,now
+
.include <bsd.prog.mk>
|