summaryrefslogtreecommitdiffstats
path: root/lib/libunbound
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2014-09-18 14:54:20 +0000
committerwill <will@FreeBSD.org>2014-09-18 14:54:20 +0000
commit6ba0e2415e7e6f6b66c7e87335473bd2d53ae1c0 (patch)
treeaf1743562e7e5f7ae847eb74b8d650e479817558 /lib/libunbound
parent673f89d2c7ff848638b2d4485af19658a87c8cd4 (diff)
downloadFreeBSD-src-6ba0e2415e7e6f6b66c7e87335473bd2d53ae1c0.zip
FreeBSD-src-6ba0e2415e7e6f6b66c7e87335473bd2d53ae1c0.tar.gz
Fix incremental builds involving non-root users with read-only source files.
This is a followup commit to r271771. MFC after: 1 month
Diffstat (limited to 'lib/libunbound')
-rw-r--r--lib/libunbound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile
index c6bbede..aca3023 100644
--- a/lib/libunbound/Makefile
+++ b/lib/libunbound/Makefile
@@ -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
OpenPOWER on IntegriCloud