freebsd-skq/bin/dd/Makefile
Joerg Wunsch a28ea077f9 Use the correct value in the call to swab(3) with conv=swab. Previously,
dd if=/dev/zero of=/dev=null obs=23520 conv=swab
coredumped.

Please somebody review it, i'm not 105 % sure i'm understanding all
this mess correctly.

Detected by:	Holm Tiffe <holm@geophysik.tu-freiberg.de>
1998-01-07 22:31:19 +00:00

9 lines
191 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.4 1997/02/22 14:02:39 peter Exp $
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
CFLAGS+=-g
.include <bsd.prog.mk>