blob: 49a5f96886d5d27e914362205ea85d3232f489b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.inc,v 1.1 2023/05/19 06:50:07 skrll Exp $
SRCS+= \
compat_Ovfork.S \
compat_msgctl.S \
compat_quotactl.S \
compat_shmctl.S \
compat_sigaction.S \
compat_sigpending.S \
compat_sigprocmask.S \
compat_sigreturn.S \
compat_sigsuspend.S \
|