opnsense-src/sys/amd64/linux32/Makefile
Franco Fichtner 3c09b4c3de src: clean-cut move to release/11.1.0
Taken from: FreeBSD
Commit ref: 2f4b735c66d
2017-08-20 13:44:58 +02:00

12 lines
398 B
Makefile

# Makefile for syscall tables
#
# $FreeBSD$
all:
@echo "make sysent only"
sysent: linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c
linux32_sysent.c linux32_syscall.h linux32_proto.h linux32_syscalls.c linux32_systrace_args.c: ../../kern/makesyscalls.sh \
syscalls.master syscalls.conf
sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf