1 2 3 4 5 6 7 8 9 10 11 12
.PATH: ${.CURDIR}/emulated MISRCS+=bsd_signal.c \ statvfs.c \ tcgetsid.c .if ${LIB} == "c" MAN3+= bsd_signal.3 statvfs.3 tcgetsid.3 MLINKS+=statvfs.3 fstatvfs.3 .endif