Home | History | Annotate | Line # | Download | only in df
Makefile revision 1.1.2.2
      1  1.1.2.2  yamt # $NetBSD: Makefile,v 1.1.2.2 2012/04/17 00:09:01 yamt Exp $
      2  1.1.2.2  yamt 
      3  1.1.2.2  yamt NOMAN=  	# defined
      4  1.1.2.2  yamt 
      5  1.1.2.2  yamt .include <bsd.own.mk>
      6  1.1.2.2  yamt 
      7  1.1.2.2  yamt TESTSDIR=	${TESTSBASE}/bin/df
      8  1.1.2.2  yamt 
      9  1.1.2.2  yamt TESTS_SH=	t_df
     10  1.1.2.2  yamt 
     11  1.1.2.2  yamt BINDIR=		${TESTSDIR}
     12  1.1.2.2  yamt PROG=		h_df
     13  1.1.2.2  yamt .PATH:  	${NETBSDSRCDIR}/bin/df
     14  1.1.2.2  yamt SRCS=		df.c getmntinfo.c
     15  1.1.2.2  yamt 
     16  1.1.2.2  yamt LDADD+=		-lutil
     17  1.1.2.2  yamt DPADD+=		${LIBUTIL}
     18  1.1.2.2  yamt 
     19  1.1.2.2  yamt # Pass -DINTREE to make to test using humanize_number.c in source tree
     20  1.1.2.2  yamt # directly instead of the one in libc.
     21  1.1.2.2  yamt .if defined(INTREE)
     22  1.1.2.2  yamt .PATH:		${NETBSDSRCDIR}/lib/libc/gen
     23  1.1.2.2  yamt CPPFLAGS+=	-I${NETBSDSRCDIR}/lib/libc/include
     24  1.1.2.2  yamt SRCS+=		humanize_number.c
     25  1.1.2.2  yamt .endif
     26  1.1.2.2  yamt 
     27  1.1.2.2  yamt .include <bsd.test.mk>
     28