eccf0f0b1c
This release contains a number of improvements over previous releases. We recommend that everyone using earlier versions of the server upgrade to obtain the bug fixes and feates that this version supplies. It's new features include: o Updated dictionaries (as always), o Digest authentication updates, o Net-SNMP compatibility fixes, o Bug fixes for multiple platforms (64-bit architectures, *BSD), o Security fixes for EAP-MSCHAPv2, o Miscellaneous other fixes PR: ports/95033 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
18 lines
380 B
Text
18 lines
380 B
Text
--- doc/Makefile.orig Mon Mar 27 15:12:40 2006
|
|
+++ doc/Makefile Mon Mar 27 15:13:06 2006
|
|
@@ -17,6 +17,7 @@
|
|
@rm -f *~
|
|
|
|
install:
|
|
+ifndef NOPORTDOCS
|
|
$(INSTALL) -d -m 755 $(R)$(datadir)/doc
|
|
$(INSTALL) -d -m 755 $(R)$(datadir)/doc/freeradius
|
|
for file in *[!~]; do \
|
|
@@ -25,6 +26,7 @@
|
|
fi; \
|
|
done
|
|
@$(MAKE) $(MFLAGS) WHAT_TO_MAKE=$@ common
|
|
+endif
|
|
|
|
common: $(SUBDIRS)
|
|
|