diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-22 14:31:39 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1998-08-22 14:31:39 +0000 |
| commit | d78dcde2361b9432efc6276903cf6e46bcc3ebd5 (patch) | |
| tree | 310eb91798d23704d60a99b65dded37ae9547df4 | |
| parent | b687821494985172838624aa852345ab68f94ac9 (diff) | |
Notes
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 1c5837e5aadd..01bfaa93191d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.71 1998/08/17 09:32:07 des Exp $ +# $Id: Makefile,v 1.72 1998/08/20 08:24:07 msmith Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -13,7 +13,7 @@ # Otherwise, the SUBDIR list should be in alphabetical order. SUBDIR= libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \ - compat ${_csu} libalias libbind libc ${_libc_r} libcalendar \ + ${_compat} ${_csu} libalias libbind libc ${_libc_r} libcalendar \ libcompat libcurses ${_libdisk} libedit libf2c libfetch libftpio \ libgnumalloc libipx libkvm libmd libncurses libopie \ libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \ @@ -38,6 +38,7 @@ _libcrypt= libcrypt .endif .if ${MACHINE_ARCH} == "i386" +_compat= compat _libdisk= libdisk _libscsi= libscsi _libvgl= libvgl |
