Oops, back out rev 1.5, it wasn't my intention to also commit the

-g. ;)
This commit is contained in:
Joerg Wunsch 1998-01-07 22:32:28 +00:00
parent a28ea077f9
commit 1f68c20551
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32325

View File

@ -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>