10SN/A# Makefile for simple caller of syscall
26170SN/A# $FreeBSD: releng/10.2/share/examples/kld/syscall/test/Makefile 276486 2014-12-31 23:25:37Z ngie $
30SN/A
40SN/APROG=	call
50SN/AMAN=
60SN/AWARNS?=	5
72362SN/A
80SN/A.include <bsd.prog.mk>
92362SN/A