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