aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/cp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/cp/Makefile')
-rw-r--r--file_cmds/cp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_cmds/cp/Makefile b/file_cmds/cp/Makefile
index 492fb0d..29e1063 100644
--- a/file_cmds/cp/Makefile
+++ b/file_cmds/cp/Makefile
@@ -3,4 +3,6 @@ SRCS= cp.c utils.c
BINDIR=/bin
+CFLAGS+=-I${.CURDIR}/../common
+
.include <bsd.prog.mk>