8 lines
117 B
Makefile
8 lines
117 B
Makefile
# Makefile for building the sample syscall module
|
|
# $FreeBSD$
|
|
|
|
KMOD= syscall
|
|
SRCS= syscall.c
|
|
|
|
.include <bsd.kmod.mk>
|