1 1.11 christos # $NetBSD: Makefile,v 1.11 2005/06/26 19:10:49 christos Exp $ 2 1.4 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 glass 4 1.1 glass PROG= dd 5 1.10 lukem SRCS= args.c conv.c dd.c misc.c position.c 6 1.9 lukem 7 1.9 lukem .ifdef SMALLPROG 8 1.9 lukem CPPFLAGS+= -DNO_CONV 9 1.9 lukem .else 10 1.9 lukem SRCS+= conv_tab.c 11 1.9 lukem .endif 12 1.7 lukem 13 1.1 glass .include <bsd.prog.mk> 14