]> git.saurik.com Git - apple/libc.git/blob - emulated/Makefile.inc
Libc-763.11.tar.gz
[apple/libc.git] / emulated / Makefile.inc
1 .PATH: ${.CURDIR}/emulated
2
3 MISRCS+=bsd_signal.c \
4 brk.c \
5 lchflags.c \
6 lchmod.c \
7 lutimes.c \
8 statvfs.c \
9 tcgetsid.c
10
11 .if ${LIB} == "c"
12 MAN2+= brk.2
13
14 MLINKS+=brk.2 sbrk.2
15
16 MAN3+= bsd_signal.3 lchflags.3 lchmod.3 lutimes.3 statvfs.3 tcgetsid.3
17
18 MLINKS+=statvfs.3 fstatvfs.3
19
20 .endif