Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) | Makefile (a5921bc3653e2e286715e6fe8d473ec0d02da38c) |
---|---|
1# Makefile for simple caller of syscall 2# $FreeBSD$ 3 | 1# Makefile for simple caller of syscall 2# $FreeBSD$ 3 |
4PACKAGE=examples 5FILESDIR=${SHAREDIR}/examples/kld/test |
|
4PROG= call 5MAN= 6WARNS?= 5 7 8.include <bsd.prog.mk> | 6PROG= call 7MAN= 8WARNS?= 5 9 10.include <bsd.prog.mk> |