Module Name: src
Committed By: mbalmer
Date: Sun Aug 28 09:02:51 UTC 2011
Modified Files:
src/tests/util/df: Makefile
Log Message:
Fix build (strcpt fallout).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/util/df/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/util/df/Makefile
diff -u src/tests/util/df/Makefile:1.3 src/tests/util/df/Makefile:1.4
--- src/tests/util/df/Makefile:1.3 Wed Aug 17 17:08:59 2011
+++ src/tests/util/df/Makefile Sun Aug 28 09:02:51 2011
@@ -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.