# $NetBSD: Makefile,v 1.1.36.1 2019/08/16 19:18:07 martin Exp $ NOMAN= # defined .include TESTSDIR= ${TESTSBASE}/bin/df TESTS_SH= t_df BINDIR= ${TESTSDIR} PROG= h_df .PATH: ${NETBSDSRCDIR}/bin/df 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. .if defined(INTREE) .PATH: ${NETBSDSRCDIR}/lib/libc/gen CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include SRCS+= humanize_number.c .endif SANITIZER_RENAME_SYMBOL+= __getmntinfo13 .include