mirror of https://github.com/F-Stack/f-stack.git
8 lines
103 B
Makefile
8 lines
103 B
Makefile
|
# Makefile for syscall tables
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
GENERATED_PREFIX= linux_
|
||
|
|
||
|
.include "../../conf/sysent.mk"
|