Home | History | Annotate | Line # | Download | only in dd
Makefile revision 1.17.12.1
      1  1.17.12.1    martin #	$NetBSD: Makefile,v 1.17.12.1 2015/03/26 11:08:43 martin Exp $
      2        1.4       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3        1.1     glass 
      4       1.17  christos .include <bsd.own.mk>
      5       1.17  christos 
      6       1.15     pooka RUMPPRG=dd
      7       1.10     lukem SRCS=	args.c conv.c dd.c misc.c position.c
      8        1.9     lukem 
      9       1.12     lukem DPADD+=	${LIBUTIL}
     10       1.12     lukem LDADD+=	-lutil
     11       1.12     lukem 
     12        1.9     lukem .ifdef SMALLPROG
     13  1.17.12.1    martin CPPFLAGS+=	-DNO_CONV -DNO_MSGFMT -DNO_IOFLAG -DSMALL
     14        1.9     lukem .else
     15  1.17.12.1    martin CPPFLAGS+=	-D_NETBSD_SOURCE -D_INCOMPLETE_XOPEN_C063
     16        1.9     lukem SRCS+=		conv_tab.c
     17       1.17  christos .ifdef CRUNCHEDPROG
     18       1.14     pooka CPPFLAGS+=	-DSMALL
     19       1.14     pooka .endif
     20        1.9     lukem .endif
     21        1.7     lukem 
     22        1.1     glass .include <bsd.prog.mk>
     23