xref: /freebsd-10-stable/sys/compat/freebsd32/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile for syscall tables
2#
3# $FreeBSD: stable/10/sys/compat/freebsd32/Makefile 315063 2017-03-11 08:40:59Z dchagin $
4
5all:
6	@echo "make sysent only"
7
8sysent:  freebsd32_sysent.c freebsd32_syscall.h freebsd32_proto.h freebsd32_systrace_args.c
9
10freebsd32_sysent.c freebsd32_syscalls.c freebsd32_syscall.h freebsd32_proto.h freebsd32_systrace_args.c : \
11	    ../../kern/makesyscalls.sh syscalls.master syscalls.conf
12	sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf
13
14clean:
15	rm -f freebsd32_sysent.c freebsd32_syscalls.c freebsd32_syscall.h freebsd32_proto.h
16	rm -f freebsd32_systrace_args.c
17

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026