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

BINDIR=/bin

.include <bsd.prog.mk>