xref: /netbsd-src/lib/libc/compat/Makefile (revision 74809f044aa1c34df701bf79c7bfb9794896fdf8)
1#	$NetBSD: Makefile,v 1.3 2006/08/26 16:07:01 matt 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.include "${.CURDIR}/db/Makefile.inc"
16.include "${.CURDIR}/gen/Makefile.inc"
17.include "${.CURDIR}/net/Makefile.inc"
18.include "${.CURDIR}/stdlib/Makefile.inc"
19.include "${.CURDIR}/sys/Makefile.inc"
20
21COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
22.PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
23
24.include <bsd.lib.mk>
25