freebsd-dev/bin/dd/Makefile
2001-12-04 01:57:47 +00:00

11 lines
178 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
WARNS= 0
MAINTAINER= green@FreeBSD.org
.include <bsd.prog.mk>