# Makefile for simple caller of syscall
# $FreeBSD: head/share/examples/kld/syscall/test/Makefile 264400 2014-04-13 05:21:56Z imp $

PROG=	call
MAN=
WARNS?=	5

.include <bsd.prog.mk>
