summaryrefslogtreecommitdiffstats
path: root/bin/dd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/Makefile')
-rw-r--r--bin/dd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile
new file mode 100644
index 0000000..7edf221
--- /dev/null
+++ b/bin/dd/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $FreeBSD$
+
+PROG= dd
+SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
+WARNS= 0
+WFORMAT=0
+
+MAINTAINER= green@FreeBSD.org
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud