aboutsummaryrefslogtreecommitdiff
path: root/bin/dd
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1998-01-07 22:32:28 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1998-01-07 22:32:28 +0000
commit1f68c20551ce9bb9d2d2f10624eee5674f9572be (patch)
tree2468ece31f52f95da60893b151ee72561b0925a5 /bin/dd
parenta28ea077f9d97a8db5ce44170b50cd7815167856 (diff)
downloadsrc-1f68c20551ce9bb9d2d2f10624eee5674f9572be.tar.gz
src-1f68c20551ce9bb9d2d2f10624eee5674f9572be.zip
Oops, back out rev 1.5, it wasn't my intention to also commit the
-g. ;)
Notes
Notes: svn path=/head/; revision=32325
Diffstat (limited to 'bin/dd')
-rw-r--r--bin/dd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile
index 30113668f292..56e22e090343 100644
--- a/bin/dd/Makefile
+++ b/bin/dd/Makefile
@@ -1,8 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.4 1997/02/22 14:02:39 peter Exp $
+# $Id: Makefile,v 1.5 1998/01/07 22:31:17 joerg Exp $
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
-CFLAGS+=-g
.include <bsd.prog.mk>