xref: /minix3/lib/libc/compat/Makefile (revision f14fb602092e015ff630df58e17c2a9cd57d29b3)
1#	$NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos Exp $
2#	@(#)Makefile	8.2 (Berkeley) 2/3/94
3#
4
5.include "${.CURDIR}/../Makefile.inc"
6
7LIB=		cold
8CPPFLAGS+=	-I${.CURDIR}/../include -I${.CURDIR}/..
9CPPFLAGS+=	-I${.CURDIR}/../arch/${ARCHSUBDIR}
10
11COMPATDIR=${.CURDIR}
12
13.include "${.CURDIR}/Makefile.inc"
14
15.if !defined(__MINIX)
16.include "${.CURDIR}/db/Makefile.inc"
17.endif # !defined(__MINIX)
18.include "${.CURDIR}/gen/Makefile.inc"
19.if !defined(__MINIX)
20.include "${.CURDIR}/locale/Makefile.inc"
21.include "${.CURDIR}/net/Makefile.inc"
22.include "${.CURDIR}/rpc/Makefile.inc"
23.include "${.CURDIR}/stdio/Makefile.inc"
24.endif # !defined(__MINIX)
25.include "${.CURDIR}/stdlib/Makefile.inc"
26.if !defined(__MINIX)
27.include "${.CURDIR}/sys/Makefile.inc"
28.endif # !defined(__MINIX)
29
30COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
31.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
32
33.include <bsd.lib.mk>
34