xref: /freebsd/share/examples/kld/syscall/test/Makefile (revision 6cec9cad762b6476313fb1f8e931a1647822db6b)
1# Makefile for simple caller of syscall
2# $FreeBSD$
3
4PROG=	call
5MAN=
6WARNS?=	5
7
8.include <bsd.prog.mk>
9