freebsd-dev/share/examples/kld/syscall/module/Makefile
Ruslan Ermilov 6990ffd8a9 Style.
2001-09-18 12:03:42 +00:00

8 lines
117 B
Makefile

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