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