aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/syscall/test/Makefile
blob: f8fecdebba8f95b85bbe8beebe1de4ffd5b5fcb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Makefile for simple caller of syscall
# $FreeBSD$

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/test
PROG=	call
MAN=
WARNS?=	5

.include <bsd.prog.mk>