summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chpass/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 96bbd4b..16974e2 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -35,4 +35,11 @@ MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
MLINKS+= chpass.1 ypchpass.1 chpass.1 ypchfn.1 chpass.1 ypchsh.1
.endif
+beforeinstall:
+.for i in chpass chfn chsh ypchpass ypchfn ypchsh
+.if exists(${DESTDIR}${BINDIR}/$i)
+ -chflags noschg ${DESTDIR}${BINDIR}/$i
+.endif
+.endfor
+
.include <bsd.prog.mk>