Module Name:    src
Committed By:   christos
Date:           Wed Aug  8 14:09:14 UTC 2012

Modified Files:
        src/bin/dd: Makefile

Log Message:
let the standard rules deal with librumpclient


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/bin/dd/Makefile:1.17
--- src/bin/dd/Makefile:1.16	Sun Nov  6 16:22:23 2011
+++ src/bin/dd/Makefile	Wed Aug  8 10:09:14 2012
@@ -1,6 +1,8 @@
-#	$NetBSD: Makefile,v 1.16 2011/11/06 21:22:23 jym Exp $
+#	$NetBSD: Makefile,v 1.17 2012/08/08 14:09:14 christos Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 
+.include <bsd.own.mk>
+
 RUMPPRG=dd
 SRCS=	args.c conv.c dd.c misc.c position.c
 
@@ -11,10 +13,7 @@ LDADD+=	-lutil
 CPPFLAGS+=	-DNO_CONV -DNO_MSGFMT -DSMALL
 .else
 SRCS+=		conv_tab.c
-.ifndef CRUNCHEDPROG
-DPADD+= 	${LIBRUMPCLIENT}
-LDADD+= 	-lrumpclient
-.else
+.ifdef CRUNCHEDPROG
 CPPFLAGS+=	-DSMALL
 .endif
 .endif

Reply via email to