Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/dd let the standard rules deal with librumpclient
details: https://anonhg.NetBSD.org/src/rev/e42c11d0dd8f
branches: trunk
changeset: 780821:e42c11d0dd8f
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 08 14:09:14 2012 +0000
description:
let the standard rules deal with librumpclient
diffstat:
bin/dd/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r f91519420a66 -r e42c11d0dd8f bin/dd/Makefile
--- a/bin/dd/Makefile Wed Aug 08 14:08:01 2012 +0000
+++ b/bin/dd/Makefile Wed Aug 08 14:09:14 2012 +0000
@@ -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 @@
CPPFLAGS+= -DNO_CONV -DNO_MSGFMT -DSMALL
.else
SRCS+= conv_tab.c
-.ifndef CRUNCHEDPROG
-DPADD+= ${LIBRUMPCLIENT}
-LDADD+= -lrumpclient
-.else
+.ifdef CRUNCHEDPROG
CPPFLAGS+= -DSMALL
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index