Revision d2bc43fd682a99dd705f4597485d8ecb385fe0f5 authored by Colin Percival on 07 July 2017, 00:34:51 UTC, committed by Colin Percival on 07 July 2017, 00:34:51 UTC
and turn it on in EC2 AMI builds

Approved by:	re (gjb)
Relnotes:	FreeBSD now supports "next generation" Enhanced Networking
		in the Amazon EC2 cloud
Sponsored by:	Amazon.com Inc. (original work)
1 parent f293e3b
Raw File
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
back to top