Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / lib / libc / gen / humanize_number / Makefile
blob4ca82415ac4869aedafb7a5ebacde95f47b45248
1 # $NetBSD: Makefile,v 1.1 2004/07/14 22:47:31 enami Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 PROG= hntest
8 SRCS= hntest.c
10 # Pass -DINTREE to make to test the one in source tree directly.
11 .if defined(INTREE)
12 .PATH: ${NETBSDSRCDIR}/lib/libc/gen
13 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/include
14 SRCS+= humanize_number.c
15 .endif
17 regress: ${PROG}
18 ./${PROG}
20 .include <bsd.prog.mk>