From owner-freebsd-commit Sat Oct 21 05:46:28 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA01068 for freebsd-commit-outgoing; Sat, 21 Oct 1995 05:46:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA01051 for cvs-all-outgoing; Sat, 21 Oct 1995 05:46:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA01037 for cvs-share-outgoing; Sat, 21 Oct 1995 05:46:14 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA01007 ; Sat, 21 Oct 1995 05:46:03 -0700 Date: Sat, 21 Oct 1995 05:46:03 -0700 From: Bruce Evans Message-Id: <199510211246.FAA01007@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk sys.mk Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/21 05:46:03 Modified: share/mk sys.mk Log: Add `.sh' suffix and rule. Enable `.c' rule. (Null suffix rules were disabled because of bugs in old versions of make.) Add ${LDFLAGS} to all rules that involve linking.