diff options
author | brian <brian@FreeBSD.org> | 1999-01-29 22:44:47 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-01-29 22:44:47 +0000 |
commit | fd44edb284ede72a5a37bfc4b35300bb7fda0cef (patch) | |
tree | 6ebedee5496dd45c1c42b3c1a45721b928ba37aa /lib/libradius/Makefile | |
parent | acdb5e92a7e57850893db710ba8c13b12d2a30ea (diff) | |
download | FreeBSD-src-fd44edb284ede72a5a37bfc4b35300bb7fda0cef.zip FreeBSD-src-fd44edb284ede72a5a37bfc4b35300bb7fda0cef.tar.gz |
Install -C radlib.h
Don't insist that RAD_USER_PASSWORD is supplied before
calling rad_send_request(). Instead, insist on only one
of RAD_USER_PASSWORD and RAD_CHAP_PASSWORD.
Sponsored by: Internet Business Solutions Ltd., Switzerland
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 acc3fa3..ec8bdf7 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> |