diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:22:54 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:22:54 +0000 |
| commit | 9bb268091ebd97362da79161bbbbda726e73d437 (patch) | |
| tree | ca92176c9ec071102e1a68a1783ee90d2ae861b6 | |
| parent | 78e77472911e6cb844c52b4f4da5d463d2374078 (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 86740dfd2a8a..ca48cf633b8b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.76 1998/09/05 12:25:53 asami Exp $ +# $Id: Makefile,v 1.77 1998/09/07 13:59:15 bde Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -13,9 +13,9 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \ - ${_compat} libalias libbind libc ${_libc_r} libcalendar \ - libcompat libcurses ${_libdisk} libedit libf2c libfetch libftpio \ - libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \ + ${_compat} libalias libbind libc ${_libc_r} libcalendar libcam \ + libcompat libcurses libdevstat ${_libdisk} libedit libf2c libfetch \ + libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \ libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \ ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz |
