CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/03/18 04:51:35
Modified files: share/mk : bsd.lib.mk bsd.prog.mk Log message: Recognize and treat files with .cpp extension like any other C++ file. This will help me reduce some xenocara Makefiles and as millert@ pointed out, .cpp has won over .C or .cxx ;) Tested in a bulk by landry@, ok espie@, sthen@