Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/seq Add missing DPADD for LIBMATH
details: https://anonhg.NetBSD.org/src/rev/b5f62a744727
branches: trunk
changeset: 586979:b5f62a744727
user: garbled <garbled%NetBSD.org@localhost>
date: Sat Jan 07 07:12:27 2006 +0000
description:
Add missing DPADD for LIBMATH
diffstat:
usr.bin/seq/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r d639a586c1ae -r b5f62a744727 usr.bin/seq/Makefile
--- a/usr.bin/seq/Makefile Sat Jan 07 07:09:01 2006 +0000
+++ b/usr.bin/seq/Makefile Sat Jan 07 07:12:27 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2005/01/20 04:13:42 ginsbach Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/07 07:12:27 garbled Exp $
WARNS= 3
-PROG= seq
-LDADD+= -lm
+PROG= seq
+DPADD= ${LIBMATH}
+LDADD= -lm
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index