diff options
Diffstat (limited to 'lib/libradius/Makefile')
| -rw-r--r-- | lib/libradius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libradius/Makefile b/lib/libradius/Makefile index acc3fa3e3220..ec8bdf72fe06 100644 --- a/lib/libradius/Makefile +++ b/lib/libradius/Makefile @@ -35,7 +35,7 @@ MAN3+= libradius.3 MAN5+= radius.conf.5 beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/radlib.h ${DESTDIR}/usr/include .include <bsd.lib.mk> |
