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