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