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.66
1#	$NetBSD: Makefile,v 1.66 2010/12/28 17:35:25 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
14.if exists(arch/${MACHINE_ARCH})
15SUBDIR+= arch/${MACHINE_ARCH}
16.endif
17
18.include <bsd.subdir.mk>
19

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