aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-12-07 03:32:37 +0000
committerBrian Feldman <green@FreeBSD.org>1999-12-07 03:32:37 +0000
commit67f80d12afcd5fb97f229b4bcf7de48a0cf8db0c (patch)
tree4d0611051a3955db908d9a7d77535d4435d80c99 /bin/dd/Makefile
parente669d2d7ed890d7428bb775225ef2a620c9821ad (diff)
Notes
Diffstat (limited to 'bin/dd/Makefile')
-rw-r--r--bin/dd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile
index cd6156d7ebab..0cbd23895879 100644
--- a/bin/dd/Makefile
+++ b/bin/dd/Makefile
@@ -4,4 +4,6 @@
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
+MAINTAINER= green@FreeBSD.org
+
.include <bsd.prog.mk>