xref: /freebsd/share/examples/kld/syscall/test/Makefile (revision 4fbb9c43aa44d9145151bb5f77d302ba01fb7551)
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