1# Makefile for syscall tables 2# 3 4GENERATED_PREFIX= freebsd32_ 5SYSENT_FILE= ${SYSDIR}/kern/syscalls.master 6 7.include "../../conf/sysent.mk" 8