1 1.3 drochner # $NetBSD: Makefile.inc,v 1.3 2006/05/29 10:02:56 drochner 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.3 drochner compat_ntp_gettime.c \ 6 1.1 christos compat_semctl.c compat_sigaltstack.c compat_stat.c compat___stat13.c \ 7 1.1 christos compat_statfs.c 8 1.1 christos MAN+= getdirentries.3 9 1.2 christos 10 1.2 christos .if ${MKLINT} != "no" 11 1.2 christos LSRCS+= Lint_Ovfork.c 12 1.2 christos .endif 13