diff options
Diffstat (limited to 'bin/dd')
-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> |