1# $NetBSD: Makefile,v 1.8 2001/11/25 10:50:06 lukem Exp $ 2# @(#)Makefile 8.1 (Berkeley) 5/31/93 3 4PROG= dd 5SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c strsuftoull.c 6 7WARNS=2 8 9.include <bsd.prog.mk> 10