Cross Reference: Makefile
xref: /src/regress/lib/libc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/regress/lib/libc/
Makefile revision 1.65
1#	$NetBSD: Makefile,v 1.65 2010/12/28 12:48:38 pgoyette Exp $
2
3SUBDIR+= atexit citrus clone context convfp db \
4	divrem gdtoa getaddrinfo hsearch inet int_fmtio locale md5sha \
5	nsdispatch pty randomid regex rpc servent stdlib strptime sys time
6
7.include <bsd.own.mk>
8.include <bsd.sys.mk>
9
10.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
11SUBDIR+= ieeefp
12.endif
13.if (${MACHINE_ARCH} != "vax")
14SUBDIR+= ldexp
15.endif
16
17.if exists(arch/${MACHINE_ARCH})
18SUBDIR+= arch/${MACHINE_ARCH}
19.endif
20
21.include <bsd.subdir.mk>
22

Indexes created Mon Dec 22 00:09:26 GMT 2025