diff options
author | joerg <joerg@FreeBSD.org> | 1998-01-07 22:32:28 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1998-01-07 22:32:28 +0000 |
commit | 4c50cd5b5a7da0c68c5ac04e0dd94c6e3479e9ba (patch) | |
tree | 7bd6dfe70d71b4590e1f6d37e9c75680b30a631b /bin | |
parent | f4281a32a5092299cfd8a9e05e9f8f85481681f6 (diff) | |
download | FreeBSD-src-4c50cd5b5a7da0c68c5ac04e0dd94c6e3479e9ba.zip FreeBSD-src-4c50cd5b5a7da0c68c5ac04e0dd94c6e3479e9ba.tar.gz |
Oops, back out rev 1.5, it wasn't my intention to also commit the
-g. ;)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/dd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 3011366..56e22e0 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> |