diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2015-10-14 04:30:17 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2015-10-14 04:30:17 +0000 |
| commit | b834757ea3bcd1bba3381ff7cab216458d8f7efb (patch) | |
| tree | dadb24e00f30aa959ea0981e649b18c668304498 /src/radius/Makefile | |
| parent | fbffd80fb2ba16c68f799da68a119d5e69643604 (diff) | |
Notes
Diffstat (limited to 'src/radius/Makefile')
| -rw-r--r-- | src/radius/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radius/Makefile b/src/radius/Makefile index b5d063dac10d..3ad4751dfbfe 100644 --- a/src/radius/Makefile +++ b/src/radius/Makefile @@ -14,6 +14,7 @@ CFLAGS += -DCONFIG_IPV6 LIB_OBJS= \ radius.o \ radius_client.o \ + radius_das.o \ radius_server.o libradius.a: $(LIB_OBJS) |
