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