Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/util/df Fix build (strcpt fallout).
details: https://anonhg.NetBSD.org/src/rev/436202ed6cd8
branches: trunk
changeset: 768873:436202ed6cd8
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Aug 28 09:02:51 2011 +0000
description:
Fix build (strcpt fallout).
diffstat:
tests/util/df/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r ff20c0db882e -r 436202ed6cd8 tests/util/df/Makefile
--- a/tests/util/df/Makefile Sun Aug 28 08:43:02 2011 +0000
+++ b/tests/util/df/Makefile Sun Aug 28 09:02:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/08/17 17:08:59 christos Exp $
+# $NetBSD: Makefile,v 1.4 2011/08/28 09:02:51 mbalmer Exp $
NOMAN= # defined
@@ -11,8 +11,10 @@
BINDIR= ${TESTSDIR}
PROG= h_df
.PATH: ${NETBSDSRCDIR}/bin/df
-.PATH: ${NETBSDSRCDIR}/bin/csh
-SRCS= df.c strpct.c getmntinfo.c
+SRCS= df.c getmntinfo.c
+
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
# Pass -DINTREE to make to test using humanize_number.c in source tree
# directly instead of the one in libc.
Home |
Main Index |
Thread Index |
Old Index