etc/services - sync with NetBSD-8
[minix.git] / tests / bin / df / Makefile
blob1a65f60a67a6f954efade18f550997bee78f9c0d
1 # $NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/bin/df
9 TESTS_SH= t_df
11 BINDIR= ${TESTSDIR}
12 PROG= h_df
13 .PATH: ${NETBSDSRCDIR}/bin/df
14 SRCS= df.c getmntinfo.c
16 LDADD+= -lutil
17 DPADD+= ${LIBUTIL}
19 # Pass -DINTREE to make to test using humanize_number.c in source tree
20 # directly instead of the one in libc.
21 .if defined(INTREE)
22 .PATH: ${NETBSDSRCDIR}/lib/libc/gen
23 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include
24 SRCS+= humanize_number.c
25 .endif
27 .include <bsd.test.mk>