Makefile revision 315063
1#	@(#)Makefile	8.2 (Berkeley) 3/21/94
2# $FreeBSD: stable/10/sys/kern/Makefile 315063 2017-03-11 08:40:59Z dchagin $
3
4# Makefile for init_sysent
5
6all:
7	@echo "make sysent only"
8
9sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
10../sys/sysproto.h
11
12init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h \
13../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master \
14capabilities.conf
15	sh makesyscalls.sh syscalls.master
16