# Makefile for building the sample syscall module # $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $ KMOD= syscall SRCS= syscall.c .include