]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/examples/kld/syscall/test/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / examples / kld / syscall / test / Makefile
1 # Makefile for simple caller of syscall
2 # $FreeBSD$
3
4 PROG=   call
5 MAN=
6 WARNS?= 5
7
8 .include <bsd.prog.mk>