mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
6 lines
92 B
Makefile
6 lines
92 B
Makefile
# Makefile for simple caller of syscall
|
|
|
|
PROG = call
|
|
NOMAN = noman
|
|
|
|
.include <bsd.prog.mk>
|