From owner-cvs-all Sat Jan 6 1:44:33 2001 From owner-cvs-all@FreeBSD.ORG Sat Jan 6 01:44:31 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06BB837B400; Sat, 6 Jan 2001 01:44:31 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f069iUU78655; Sat, 6 Jan 2001 01:44:30 -0800 (PST) (envelope-from asmodai) Message-Id: <200101060944.f069iUU78655@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sat, 6 Jan 2001 01:44:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/s3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/06 01:44:30 PST Modified files: sys/modules/s3 Makefile Log: We don't use += for SRCS in Makefiles, we simply use the line continuation character and state the rest of the sourcefiles on the next line. Revision Changes Path 1.3 +3 -3 src/sys/modules/s3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message