aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/cp/Makefile
blob: 29e1063732f61ee29e74c4533f758103b07cc46b (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	cp
SRCS=	cp.c utils.c

BINDIR=/bin

CFLAGS+=-I${.CURDIR}/../common

.include <bsd.prog.mk>