mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05: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>
|