mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
13 lines
264 B
Makefile
13 lines
264 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/21/94
|
|
#
|
|
# Makefile for init_sysent
|
|
|
|
SYSENT_CONF=
|
|
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"
|