summaryrefslogtreecommitdiff
path: root/bin/cp/Makefile
blob: ae8770154408f44d5789c31e0e147588cdb5f79f (plain)
1
2
3
4
5
6
7
8
9
10
11
.include <src.opts.mk>

PACKAGE=runtime
PROG=	cp
SRCS=	cp.c utils.c
CFLAGS+= -D_ACL_PRIVATE

HAS_TESTS=
SUBDIR.${MK_TESTS}=	tests

.include <bsd.prog.mk>