1 # $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
7 TESTSDIR
= ${TESTSBASE}/bin
/df
13 .PATH
: ${NETBSDSRCDIR}/bin
/df
14 SRCS
= df.c getmntinfo.c
19 # Pass -DINTREE to make to test using humanize_number.c in source tree
20 # directly instead of the one in libc.
22 .PATH
: ${NETBSDSRCDIR}/lib
/libc
/gen
23 CPPFLAGS
+= -I
${NETBSDSRCDIR}/lib
/libc
/include
24 SRCS
+= humanize_number.c
27 .
include <bsd.
test.mk
>