]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/kld/syscall/test/Makefile
Upgrade to latest ldns (1.6.17) and unbound (1.4.22).
[FreeBSD/FreeBSD.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>