Fix incremental builds involving non-root users with read-only source files.
This is a followup commit to r271771. MFC after: 1 month
This commit is contained in:
parent
1b7fb1d93f
commit
93e8837937
@ -112,10 +112,10 @@ ${GEN_KX509}: kx509.asn1
|
||||
.SUFFIXES: .h .c .x .hx
|
||||
|
||||
.x.c:
|
||||
cp ${.IMPSRC} ${.TARGET}
|
||||
cp -f ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.hx.h:
|
||||
cp ${.IMPSRC} ${.TARGET}
|
||||
cp -f ${.IMPSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user