No empty .Rs/.Re
[netbsd-mini2440.git] / tests / util / df / Makefile
blob2592c4bbfbd492455e8e0857b242b01532294fa9
1 # $NetBSD: Makefile,v 1.1 2007/11/12 15:14:01 jmmv Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/util/df
9 TESTS_SH= t_df
11 BINDIR= ${TESTSDIR}
12 PROG= h_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.
19 .if defined(INTREE)
20 .PATH: ${NETBSDSRCDIR}/lib/libc/gen
21 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include
22 SRCS+= humanize_number.c
23 .endif
25 .include <bsd.test.mk>