mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
7 lines
96 B
Makefile
7 lines
96 B
Makefile
# Makefile for simple caller of syscall
|
|
# $FreeBSD$
|
|
|
|
PROG= call
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|