diff options
| author | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
| commit | 7a37b5fc17b2d3c2f0487756ab32450019fdbd31 (patch) | |
| tree | 8a1af53c5feb7376262fc346729ffddd1a4b3c93 /lib/libunbound | |
| parent | 5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff) | |
Notes
Diffstat (limited to 'lib/libunbound')
| -rw-r--r-- | lib/libunbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunbound/Makefile b/lib/libunbound/Makefile index 74e5f25929c1..fb593f2c954c 100644 --- a/lib/libunbound/Makefile +++ b/lib/libunbound/Makefile @@ -32,7 +32,7 @@ LIBADD= ssl crypto pthread # Misnamed file in upstream source configlexer.l: configlexer.lex - cp -fp ${.ALLSRC} ${.TARGET} + ${CP} ${.ALLSRC} ${.TARGET} CLEANFILES+= configlexer.l # Symbol prefix for lex and yacc |
