add opendir alias
[minix.git] / lib / libc / compat / Makefile
blobd019964c60db2560388ea7ea5fadd469a1c84b51
1 # $NetBSD: Makefile,v 1.6 2012/01/22 18:36:16 christos Exp $
2 # @(#)Makefile 8.2 (Berkeley) 2/3/94
5 .include "${.CURDIR}/../Makefile.inc"
7 LIB= cold
8 CPPFLAGS+= -I${.CURDIR}/../include -I${.CURDIR}/..
9 CPPFLAGS+= -I${.CURDIR}/../arch/${ARCHSUBDIR}
11 COMPATDIR=${.CURDIR}
13 .include "${.CURDIR}/Makefile.inc"
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)
30 COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
31 .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
33 .include <bsd.lib.mk>