]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/examples/kld/syscall/test/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>