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:
will 2014-09-18 14:54:20 +00:00
parent 673f89d2c7
commit 6ba0e2415e

View File

@ -33,7 +33,7 @@ LDADD+= -lssl -lcrypto -lpthread
# Misnamed file in upstream source
configlexer.l: configlexer.lex
cp -p ${.ALLSRC} ${.TARGET}
cp -fp ${.ALLSRC} ${.TARGET}
CLEANFILES+= configlexer.l
# Symbol prefix for lex and yacc