Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / compat / Makefile
blob5223d266ebbeaf0d5c951678e96556f88c24e582
1 # $NetBSD: Makefile,v 1.3.26.1 2008/11/08 21:45:37 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 .include "${.CURDIR}/db/Makefile.inc"
16 .include "${.CURDIR}/gen/Makefile.inc"
17 .include "${.CURDIR}/net/Makefile.inc"
18 .include "${.CURDIR}/rpc/Makefile.inc"
19 .include "${.CURDIR}/stdlib/Makefile.inc"
20 .include "${.CURDIR}/sys/Makefile.inc"
22 COMPATARCHDIR=${.CURDIR}/arch/${ARCHSUBDIR}
23 .PATH: ${COMPATARCHDIR}/gen ${COMPATARCHDIR}/sys
25 .include <bsd.lib.mk>