Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/dd extra crunchgen hoops



details:   https://anonhg.NetBSD.org/src/rev/2cf841941820
branches:  trunk
changeset: 758977:2cf841941820
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Nov 22 21:59:09 2010 +0000

description:
extra crunchgen hoops

diffstat:

 bin/dd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 71425a3bd329 -r 2cf841941820 bin/dd/Makefile
--- a/bin/dd/Makefile   Mon Nov 22 21:46:04 2010 +0000
+++ b/bin/dd/Makefile   Mon Nov 22 21:59:09 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2010/11/22 21:04:27 pooka Exp $
+#      $NetBSD: Makefile,v 1.14 2010/11/22 21:59:09 pooka Exp $
 #      @(#)Makefile    8.1 (Berkeley) 5/31/93
 
 PROG=  dd
@@ -11,8 +11,12 @@
 CPPFLAGS+=     -DNO_CONV -DSMALL
 .else
 SRCS+=         conv_tab.c
+.ifndef CRUNCHEDPROG
 DPADD+=        ${LIBRUMPCLIENT}
 LDADD+=        -lrumpclient
+.else
+CPPFLAGS+=     -DSMALL
+.endif
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index