diff options
Diffstat (limited to 'bin/cp/Makefile')
| -rw-r--r-- | bin/cp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile new file mode 100644 index 000000000000..d7000dec3eae --- /dev/null +++ b/bin/cp/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 5.3 (Berkeley) 4/3/91 + +PROG= cp +SRCS= cp.c path.c + +.include <bsd.prog.mk> |
