Makefile (6990ffd8a95caaba6858ad44ff1b3157d1efba8f) | Makefile (a5921bc3653e2e286715e6fe8d473ec0d02da38c) |
---|---|
1# Makefile for building the sample syscall module 2# $FreeBSD$ 3 | 1# Makefile for building the sample syscall module 2# $FreeBSD$ 3 |
4PACKAGE=examples 5FILESDIR=${SHAREDIR}/examples/kld/${KMOD} |
|
4KMOD= syscall 5SRCS= syscall.c 6 7.include <bsd.kmod.mk> | 6KMOD= syscall 7SRCS= syscall.c 8 9.include <bsd.kmod.mk> |