summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index ae87701544..0000000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.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>