HardenedBSD/share/mk
Will Andrews 7a37b5fc17 Add a ${CP} alias for copying files in the build.
Some users build FreeBSD as non-root in Perforce workspaces.  By default,
Perforce sets files read-only unless they're explicitly being edited.
As a result, the -f argument must be used to cp in order to override the
read-only flag when copying source files to object directories.  Bare use of
'cp' should be avoided in the future.

Update all current users of 'cp' in the src tree.

Reviewed by:	emaste
MFC after:	1 week
Sponsored by:	Spectra Logic
2015-01-16 21:39:08 +00:00
..
atf.test.mk
bsd.arch.inc.mk
bsd.compiler.mk
bsd.cpu.mk
bsd.crunchgen.mk
bsd.dep.mk
bsd.doc.mk
bsd.dtb.mk Add infrastructure to build dtb files from dts files. 2015-01-08 18:28:06 +00:00
bsd.endian.mk
bsd.files.mk
bsd.incs.mk
bsd.info.mk Remove MK_INFO guards in bsd.info.mk per r276556 2015-01-02 22:55:30 +00:00
bsd.init.mk
bsd.kmod.mk Eliminate bsd.sys.mk on purpose. Do not put it back. 2015-01-01 04:26:45 +00:00
bsd.lib.mk Fix build with recent binutils 2014-12-23 10:43:35 +00:00
bsd.libnames.mk
bsd.links.mk
bsd.man.mk Use mandoc to generate cat pages 2015-01-02 14:05:30 +00:00
bsd.mkopt.mk
bsd.nls.mk
bsd.obj.mk
bsd.opts.mk Remove leftovers from r276551 2015-01-02 18:54:55 +00:00
bsd.own.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk
bsd.progs.mk Add LIBADD to PROG_VARS, similar to DPADD/LDADD 2014-12-27 20:33:04 +00:00
bsd.README
bsd.snmpmod.mk
bsd.subdir.mk
bsd.symver.mk
bsd.sys.mk Put the conditional back. For the default case it isn't really needed, 2015-01-01 08:30:32 +00:00
bsd.test.mk
Makefile Add infrastructure to build dtb files from dts files. 2015-01-08 18:28:06 +00:00
netbsd-tests.test.mk
plain.test.mk
src.libnames.mk Add ncurses to _LIBRARIES so that libmenu is correctly linked 2014-12-28 15:38:50 +00:00
src.opts.mk Use a set of ELF Tool Chain tools by default 2015-01-07 22:02:37 +00:00
src.sys.mk
suite.test.mk
sys.mk Add a ${CP} alias for copying files in the build. 2015-01-16 21:39:08 +00:00
tap.test.mk
version_gen.awk