1# Makefile for simple caller of syscall 2# $FreeBSD$ 3 4PACKAGE=examples 5FILESDIR=${SHAREDIR}/examples/kld/test 6PROG= call 7MAN= 8WARNS?= 5 9 10.include <bsd.prog.mk> 11