Module Name: src
Committed By: pooka
Date: Mon Nov 22 21:59:09 UTC 2010
Modified Files:
src/bin/dd: Makefile
Log Message:
extra crunchgen hoops
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/bin/dd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/dd/Makefile
diff -u src/bin/dd/Makefile:1.13 src/bin/dd/Makefile:1.14
--- src/bin/dd/Makefile:1.13 Mon Nov 22 21:04:27 2010
+++ src/bin/dd/Makefile Mon Nov 22 21:59:09 2010
@@ -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>