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