freebsd-dev/sys/kern/Makefile
Brooks Davis 40018b91dd Don't create pointless backups of generated files in "make sysent".
Any sensible workflow will include a revision control system from which
to restore the old files if required.  In normal usage, developers just
have to clean up the mess.

Reviewed by:	jhb
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D7353
2016-07-28 21:29:04 +00:00

16 lines
385 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/21/94
# $FreeBSD$
# Makefile for init_sysent
all:
@echo "make sysent only"
sysent: init_sysent.c syscalls.c ../sys/syscall.h ../sys/syscall.mk \
../sys/sysproto.h
init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h \
../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master \
capabilities.conf
sh makesyscalls.sh syscalls.master