mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
29363fb446
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
11 lines
211 B
Makefile
11 lines
211 B
Makefile
# Makefile for init_sysent
|
|
|
|
GENERATED= init_sysent.c \
|
|
syscalls.c \
|
|
systrace_args.c \
|
|
${SYSDIR}/sys/syscall.h \
|
|
${SYSDIR}/sys/syscall.mk \
|
|
${SYSDIR}/sys/sysproto.h
|
|
|
|
.include "../conf/sysent.mk"
|