mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
031beb4e23
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# Makefile for syscall tables
|
|
#
|
|
|
|
GENERATED_PREFIX= freebsd32_
|
|
SYSENT_FILE= ${SYSDIR}/kern/syscalls.master
|
|
|
|
.include "../../conf/sysent.mk"
|