diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-07-23 06:04:13 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-07-23 06:04:13 +0000 |
commit | dc6808d08a880ce43d52c712b5b8769e7f06475d (patch) | |
tree | 98a4a4fb324e3e01c35a97716c331be3ed5cc82b | |
parent | 0c8eaad47b74c78629d3e738b6008dfb5464a1e2 (diff) |
Build and install libradius as default.
ok deraadt
-rw-r--r-- | include/Makefile | 6 | ||||
-rw-r--r-- | lib/Makefile | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/include/Makefile b/include/Makefile index 0003291948f..7fb98d10a09 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.201 2015/03/17 20:40:41 millert Exp $ +# $OpenBSD: Makefile,v 1.202 2015/07/23 06:04:12 yasuoka Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -43,8 +43,8 @@ RDIRS= ../lib/libcrypto ../lib/libcurses ../lib/libedit \ ../lib/libevent ../lib/libexpat ../lib/libform \ ../lib/libfuse ../lib/libkeynote ../lib/libmenu \ ../lib/libocurses ../lib/libossaudio ../lib/libpanel \ - ../lib/libpcap ../lib/librpcsvc ../lib/librthread ../lib/libskey \ - ../lib/libsqlite3 ../lib/libssl ../lib/libtls \ + ../lib/libpcap ../lib/libradius ../lib/librpcsvc ../lib/librthread \ + ../lib/libskey ../lib/libsqlite3 ../lib/libssl ../lib/libtls \ ../lib/libusbhid ../lib/libutil ../lib/libz \ ../usr.bin/lex ../gnu/lib/libreadline \ ../sys/arch/${MACHINE} diff --git a/lib/Makefile b/lib/Makefile index 82be610e83b..1e2b2db29b9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.69 2014/10/31 13:46:17 jsing Exp $ +# $OpenBSD: Makefile,v 1.70 2015/07/23 06:04:12 yasuoka Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcrypto libcurses libedit libevent libexpat \ libform libfuse libkeynote libkvm libl libm libmenu \ - libocurses libossaudio libpanel libpcap librthread librpcsvc \ - libskey libsndio libsqlite3 libssl libtls libusbhid libutil liby libz + libocurses libossaudio libpanel libpcap libradius librthread \ + librpcsvc libskey libsndio libsqlite3 libssl libtls libusbhid \ + libutil liby libz .include <bsd.subdir.mk> |