1# Makefile for simple caller of syscall
2
3PROG  = call
4NOMAN = noman
5
6.include <bsd.prog.mk>
7