Makefile.inc   [plain text]


.PATH: ${.CURDIR}/emulated

MISRCS+=bsd_signal.c \
	brk.c \
	lchflags.c \
	lchmod.c \
	lutimes.c \
	statvfs.c \
	tcgetsid.c

.if ${LIB} == "c"
MAN2+=	brk.2

MLINKS+=brk.2 sbrk.2

MAN3+=	bsd_signal.3 lchflags.3 lchmod.3 lutimes.3 statvfs.3 tcgetsid.3

MLINKS+=statvfs.3 fstatvfs.3

.endif