Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / examples / kld / syscall / module / Makefile
1 # Makefile for building the sample syscall module
2 # $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.1.6.1 2002/07/17 14:13:53 ru Exp $
3
4 KMOD=   syscall
5 SRCS=   syscall.c
6
7 .include <bsd.kmod.mk>