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