# Makefile for simple caller of syscall
# $FreeBSD$

PROG=	call
MAN=
WARNS?=	5

.include <bsd.prog.mk>
