1 1.2 christos # $NetBSD: Makefile.inc,v 1.2 2006/03/11 21:07:18 christos Exp $ 2 1.1 christos 3 1.2 christos .PATH: ${COMPATDIR}/sys 4 1.1 christos SRCS+= compat_getdents.c compat_getdirentries.c compat_msync.c \ 5 1.1 christos compat_semctl.c compat_sigaltstack.c compat_stat.c compat___stat13.c \ 6 1.1 christos compat_statfs.c 7 1.1 christos MAN+= getdirentries.3 8 1.2 christos 9 1.2 christos .if ${MKLINT} != "no" 10 1.2 christos LSRCS+= Lint_Ovfork.c 11 1.2 christos .endif 12