From a7ca44b834e2b4e6e0c6ceff73a2050ac81b31a9 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Tue, 21 Jul 2015 04:06:04 +0000 Subject: Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt --- usr.sbin/radiusd/radiusd/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 usr.sbin/radiusd/radiusd/Makefile (limited to 'usr.sbin/radiusd/radiusd') diff --git a/usr.sbin/radiusd/radiusd/Makefile b/usr.sbin/radiusd/radiusd/Makefile new file mode 100644 index 00000000000..bc228c47dc2 --- /dev/null +++ b/usr.sbin/radiusd/radiusd/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2015/07/21 04:06:04 yasuoka Exp $ +PROG= radiusd +BINDIR= /usr/sbin +MAN= radiusd.8 radiusd.conf.5 +SRCS= radiusd.c parse.y log.c util.c imsg_subr.c +LDADD+= -lradius -lcrypto -levent -lutil +DPADD= ${LIBRADIUS} ${LIBCRYPTO} ${LIBEVENT} ${LIBUTIL} + +.include -- cgit v1.2.3-59-g8ed1b