From owner-freebsd-hackers Sun Sep 14 13:02:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27141 for hackers-outgoing; Sun, 14 Sep 1997 13:02:35 -0700 (PDT) Received: from time.cdrom.com (jkh@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA27136 for ; Sun, 14 Sep 1997 13:02:30 -0700 (PDT) Received: (from jkh@localhost) by time.cdrom.com (8.8.7/8.6.9) id NAA10017 for hackers@freebsd.org; Sun, 14 Sep 1997 13:02:30 -0700 (PDT) Date: Sun, 14 Sep 1997 13:02:30 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199709142002.NAA10017@time.cdrom.com> To: hackers@freebsd.org Subject: lib/libF77 and lib/libI77 Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm wondering whether to update these in RELENG_2_2 but I'm a little puzzled at the fact that: 1. They don't have Makefiles or, in libI77's case, have a Makefile but don't build. 2. They're not referenced in the top level Makefile and hence are not built or included in the release binaries by default. Are these even used? If not, can I removed them? If so, HOW are they used? :-) Thanks. Jordan