Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/bin/dd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/bin/dd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/bin/dd/Makefile 2007/10/05 07:23:09 1.12 +++ src/bin/dd/Makefile 2010/11/22 21:04:27 1.13 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/10/05 07:23:09 lukem Exp $ +# $NetBSD: Makefile,v 1.13 2010/11/22 21:04:27 pooka Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= dd @@ -8,9 +8,11 @@ DPADD+= ${LIBUTIL} LDADD+= -lutil .ifdef SMALLPROG -CPPFLAGS+= -DNO_CONV +CPPFLAGS+= -DNO_CONV -DSMALL .else SRCS+= conv_tab.c +DPADD+= ${LIBRUMPCLIENT} +LDADD+= -lrumpclient .endif .include