repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RELNOTES: Add an entry for commit 0e8a36a2ab12
[freebsd/src.git]
/
bin
/
cp
/
Makefile
blob
ae8770154408f44d5789c31e0e147588cdb5f79f
1
.
include
<
src.opts.mk
>
2
3
PACKAGE
=
runtime
4
PROG
=
cp
5
SRCS
=
cp.c utils.c
6
CFLAGS
+= -
D_ACL_PRIVATE
7
8
HAS_TESTS
=
9
SUBDIR.
${
MK_TESTS
}=
tests
10
11
.
include
<
bsd.prog.mk
>