1 # $NetBSD: Makefile.inc,v 1.3 2006/05/29 10:02:56 drochner Exp $ 2 3 .PATH: ${COMPATDIR}/sys 4 SRCS+= compat_getdents.c compat_getdirentries.c compat_msync.c \ 5 compat_ntp_gettime.c \ 6 compat_semctl.c compat_sigaltstack.c compat_stat.c compat___stat13.c \ 7 compat_statfs.c 8 MAN+= getdirentries.3 9 10 .if ${MKLINT} != "no" 11 LSRCS+= Lint_Ovfork.c 12 .endif 13