diff options
author | jdp <jdp@FreeBSD.org> | 1998-11-13 01:01:37 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-11-13 01:01:37 +0000 |
commit | 514469df6671264fc270c9608d8cb26642f6b701 (patch) | |
tree | 9f5c672be7a40dfcecf2093bc845479805f7cd46 /lib/Makefile | |
parent | da5e1981ae1b7cdf8658be1f5306b19e6c92e0ec (diff) | |
download | FreeBSD-src-514469df6671264fc270c9608d8cb26642f6b701.zip FreeBSD-src-514469df6671264fc270c9608d8cb26642f6b701.tar.gz |
Enable libradius and libtacplus.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2e34bc4..44764a4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.81 1998/10/01 14:49:57 jkh Exp $ +# $Id: Makefile,v 1.82 1998/10/13 16:48:43 bde Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -8,7 +8,8 @@ # libcom_err must be built before libss. # libcrypt must be built before libskey. # libm must be built before libf2c, libg++ and libstdc++. -# libmd must be built before libatm, libopie and libskey. +# libmd must be built before libatm, libopie, libradius, libskey, +# and libtacplus. # libmytinfo must be built before libdialog and libncurses. # libncurses must be built before libdialog. # libtermcap must be built before libcurses, libedit and libreadline. @@ -20,8 +21,8 @@ SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ libcompat libcurses libdevstat libdisk libedit libf2c libfetch \ libftpio libgnumalloc libipx libkvm libopie \ - libpcap libresolv librpcsvc libskey libss libstand \ - ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz + libpcap libradius libresolv librpcsvc libskey libss libstand \ + libtacplus ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) _csu=csu/${MACHINE_ARCH}-${OBJFORMAT} |