diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:22:54 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-09-15 10:22:54 +0000 |
commit | 945f396d8cad77eb3af96e62b3d1de6e0b08da83 (patch) | |
tree | 86ea13816effc585cf83d5e7364b32bd71fdadd4 | |
parent | 9614d2d48faf933515857607e58c222f2e1285d6 (diff) | |
download | FreeBSD-src-945f396d8cad77eb3af96e62b3d1de6e0b08da83.zip FreeBSD-src-945f396d8cad77eb3af96e62b3d1de6e0b08da83.tar.gz |
Hook up libcam and libdevstat.
-rw-r--r-- | lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 86740df..ca48cf6 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 |