From owner-cvs-gnu Sat Mar 7 01:50:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17149 for cvs-gnu-outgoing; Sat, 7 Mar 1998 01:50:05 -0800 (PST) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA16939; Sat, 7 Mar 1998 01:48:01 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA09990; Sat, 7 Mar 1998 01:46:19 -0800 (PST) Date: Sat, 7 Mar 1998 01:46:19 -0800 (PST) Message-Id: <199803070946.BAA09990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/man Makefile.inc src/gnu/usr.bin/man/man Makefile src/gnu/usr.bin/man/manpath Makefile src/usr.sbin/xntpd Makefile.inc src/usr.sbin/xntpd/authstuff Makefile src/usr.sbin/xntpd/clockstuff Makefile src/usr.sbin/xntpd/ntpdate ... Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/07 01:46:18 PST Modified files: gnu/usr.bin/man Makefile.inc gnu/usr.bin/man/man Makefile gnu/usr.bin/man/manpath Makefile usr.sbin/xntpd Makefile.inc usr.sbin/xntpd/authstuff Makefile usr.sbin/xntpd/clockstuff Makefile usr.sbin/xntpd/ntpdate Makefile usr.sbin/xntpd/ntpq Makefile usr.sbin/xntpd/ntptrace Makefile usr.sbin/xntpd/util Makefile usr.sbin/xntpd/xntpd Makefile usr.sbin/xntpd/xntpdc Makefile Log: Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Revision Changes Path 1.14 +10 -1 src/gnu/usr.bin/man/Makefile.inc 1.24 +2 -7 src/gnu/usr.bin/man/man/Makefile 1.19 +2 -7 src/gnu/usr.bin/man/manpath/Makefile 1.16 +7 -1 src/usr.sbin/xntpd/Makefile.inc 1.6 +3 -10 src/usr.sbin/xntpd/authstuff/Makefile 1.5 +3 -3 src/usr.sbin/xntpd/clockstuff/Makefile 1.9 +3 -10 src/usr.sbin/xntpd/ntpdate/Makefile 1.9 +3 -10 src/usr.sbin/xntpd/ntpq/Makefile 1.8 +3 -10 src/usr.sbin/xntpd/ntptrace/Makefile 1.8 +3 -10 src/usr.sbin/xntpd/util/Makefile 1.12 +5 -15 src/usr.sbin/xntpd/xntpd/Makefile 1.8 +3 -10 src/usr.sbin/xntpd/xntpdc/Makefile