1 # $NetBSD: Makefile,v 1.1 2007/11/12 15:14:01 jmmv Exp $
7 TESTSDIR
= ${TESTSBASE}/util
/df
13 .PATH
: ${NETBSDSRCDIR}/bin
/df
14 .PATH
: ${NETBSDSRCDIR}/bin
/csh
15 SRCS
= df.c strpct.c getmntinfo.c
17 # Pass -DINTREE to make to test using humanize_number.c in source tree
18 # directly instead of the one in libc.
20 .PATH
: ${NETBSDSRCDIR}/lib
/libc
/gen
21 CPPFLAGS
+= -I
${NETBSDSRCDIR}/lib
/libc
/include
22 SRCS
+= humanize_number.c
25 .
include <bsd.
test.mk
>