Deleted Added
sdiff udiff text old ( 264400 ) new ( 299293 )
full compact
1# Makefile for simple caller of syscall
2# $FreeBSD: head/share/examples/kld/syscall/test/Makefile 299293 2016-05-10 00:51:50Z gjb $
3
4PACKAGE=examples
5FILESDIR=${SHAREDIR}/examples/kld/test
6PROG= call
7MAN=
8WARNS?= 5
9
10.include <bsd.prog.mk>