Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 11/12/2007 15:04:36
Module Name:	src
Committed By:	jmmv
Date:		Mon Nov 12 15:04:36 UTC 2007

Modified Files:
	src/gnu/usr.bin/gcc4/g++: Makefile
	src/share/mk: bsd.prog.mk

Log Message:
Add the ability to build multiple programs from a single directory

This adds support for a new set of variables, PROGS and PROGS_CXX, that
allow the developer to build multiple different programs from a single
source directory.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/gnu/usr.bin/gcc4/g++/Makefile
cvs rdiff -r1.222 -r1.223 src/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.