75e1bfa9ae
* Full support for CoA and Disconnect packets as per RFC 3576 and RFC 5176. Both receiving and proxying packets is supported. * Added "src_ipaddr" configuration to "home_server". See proxy.conf for details. * radsniff now accepts -I, to read from a filename instead of a device. * radsniff also prints matching requests and any responses to those requests when '-r' is used. * Added example of attr_filter for Access-Challenge packets * Added support for udpfromto in DHCP code * radmin can now selectively mark modules alive/dead. See "set module state". * Added customizable messages on login success/fail. * Document "chase_referrals" and "rebind" in raddb/modules/ldap * Preliminary implementation of DHCP relay. * Made thread pool section optional. If it doesn't exist, the server will run single-threaded. * More...
23 lines
690 B
Text
23 lines
690 B
Text
$NetBSD: patch-ae,v 1.3 2009/10/11 09:18:25 adam Exp $
|
|
|
|
--- Makefile.orig 2009-09-14 16:43:29.000000000 +0200
|
|
+++ Makefile
|
|
@@ -11,7 +11,7 @@ include Make.inc
|
|
|
|
.PHONY: all clean install
|
|
|
|
-SUBDIRS = $(LTDL_SUBDIRS) $(wildcard src raddb scripts doc)
|
|
+SUBDIRS = $(LTDL_SUBDIRS) $(wildcard src scripts doc)
|
|
WHAT_TO_MAKE = all
|
|
|
|
all:
|
|
@@ -46,9 +46,7 @@ export DESTDIR := $(R)
|
|
install:
|
|
$(INSTALL) -d -m 755 $(R)$(sbindir)
|
|
$(INSTALL) -d -m 755 $(R)$(bindir)
|
|
- $(INSTALL) -d -m 755 $(R)$(raddbdir)
|
|
$(INSTALL) -d -m 755 $(R)$(mandir)
|
|
- $(INSTALL) -d -m 755 $(R)$(RUNDIR)
|
|
$(INSTALL) -d -m 700 $(R)$(logdir)
|
|
$(INSTALL) -d -m 700 $(R)$(radacctdir)
|
|
$(INSTALL) -d -m 755 $(R)$(datadir)
|