freebsd-dev/sys/compat/freebsd32/Makefile
Brooks Davis be67ea40c5 freebsd32: generate from sys/kern/syscalls.master
This avoids the need to keep a freebsd32-specific syscalls.master
in sync with the default ABI.  As evidenced by the number of commits
required to sync the two, it is extremely easy for them to get out
of sync due to misunderstandings and user errors.

Reviewed by:	kevans, kib
2021-11-22 22:36:58 +00:00

9 lines
152 B
Makefile

# Makefile for syscall tables
#
# $FreeBSD$
GENERATED_PREFIX= freebsd32_
SYSENT_FILE= ${SYSDIR}/kern/syscalls.master
.include "../../conf/sysent.mk"