mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
7 lines
92 B
Makefile
7 lines
92 B
Makefile
|
|
# Makefile for simple caller of syscall
|
||
|
|
|
||
|
|
PROG = call
|
||
|
|
NOMAN = noman
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|