# Makefile for syscall tables # # $FreeBSD: releng/12.1/sys/compat/freebsd32/Makefile 351567 2019-08-28 08:05:16Z brooks $ # $BSDSUniX $ # Don't use an OBJDIR .OBJDIR: ${.CURDIR} all: @echo "make sysent only" sysent: bsdsunix32_sysent.c bsdsunix32_syscall.h bsdsunix32_proto.h bsdsunix32_systrace_args.c bsdsunix32_sysent.c bsdsunix32_syscalls.c bsdsunix32_syscall.h bsdsunix32_proto.h bsdsunix32_systrace_args.c : \ ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf ../../kern/capabilities.conf sh ../../kern/makesyscalls.sh syscalls.master ${.CURDIR}/syscalls.conf clean: rm -f bsdsunix32_sysent.c bsdsunix32_syscalls.c bsdsunix32_syscall.h bsdsunix32_proto.h rm -f bsdsunix32_systrace_args.c