]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/examples/kld/syscall/test/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / share / examples / kld / syscall / test / Makefile
1 # Makefile for simple caller of syscall
2 # $FreeBSD$
3
4 PROG=   call
5 NO_MAN=
6 WARNS?= 5
7
8 .include <bsd.prog.mk>