Home | History | Annotate | Line # | Download | only in sys
Makefile.inc revision 1.1
      1  1.1  skrll #	$NetBSD: Makefile.inc,v 1.1 2023/05/19 06:50:07 skrll Exp $
      2  1.1  skrll 
      3  1.1  skrll SRCS+= \
      4  1.1  skrll     compat_Ovfork.S \
      5  1.1  skrll     compat_msgctl.S \
      6  1.1  skrll     compat_quotactl.S \
      7  1.1  skrll     compat_shmctl.S \
      8  1.1  skrll     compat_sigaction.S \
      9  1.1  skrll     compat_sigpending.S \
     10  1.1  skrll     compat_sigprocmask.S \
     11  1.1  skrll     compat_sigreturn.S \
     12  1.1  skrll     compat_sigsuspend.S \
     13