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