diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-29 02:47:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-29 02:47:52 +0000 |
| commit | d14e80a4d3b9c21b82b1580d4274c9d8918d8d6f (patch) | |
| tree | 20bdb05d56124f573cedddd9c028e0b662b52d20 /lib | |
| parent | fce53ea99b0c0aa575a7339a26dde08a84e6ebf1 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 286044cd7895d..5d8ee95355d9c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.84 1998/11/18 02:02:27 jdp Exp $ +# $Id: Makefile,v 1.85 1998/11/20 02:03:45 jdp Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -20,7 +20,7 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \ - libncurses libtermcap libradius libskey libtacplus \ + libncurses libradius libskey libtacplus libtermcap \ ${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \ libcompat libcurses libdevstat libdisk libedit libf2c libfetch \ libftpio libgnumalloc libipx libkvm libopie libpam \ |
