From owner-freebsd-commit Tue Oct 24 11:51:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26161 for freebsd-commit-outgoing; Tue, 24 Oct 1995 11:51:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26147 for cvs-all-outgoing; Tue, 24 Oct 1995 11:51:24 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26137 for cvs-user-outgoing; Tue, 24 Oct 1995 11:51:20 -0700 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA26119 ; Tue, 24 Oct 1995 11:51:09 -0700 Date: Tue, 24 Oct 1995 11:51:09 -0700 From: Nate Williams Message-Id: <199510241851.LAA26119@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk nate 95/10/24 11:51:09 Modified: . Makefile Log: Build all of the libraries: targets libs in the same manner. Append the optional ${CLEANDIR} and ${OBJDIR} targets to those missng them. Also, check for the existance of all library targets before building them to follow convention.