diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-02-05 16:29:10 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-02-05 16:29:10 +0000 |
| commit | 933dc602b880fd999f9cb8cdb065d49d07e1a6e4 (patch) | |
| tree | d4d34cfbe31fae2d6c74fe3bea38c11c8907fb8e /lib/libradius/Makefile | |
| parent | eba43bfc293f3aebf8b60e38aa4fcc1d1d942abf (diff) | |
Notes
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> |
