186d7f5d3SJohn Marino# Makefile for building the sample syscall module 286d7f5d3SJohn Marino# $FreeBSD: src/share/examples/kld/syscall/module/Makefile,v 1.1.6.1 2002/07/17 14:13:53 ru Exp $ 386d7f5d3SJohn Marino# $DragonFly: src/share/examples/kld/syscall/module/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $ 486d7f5d3SJohn Marino 586d7f5d3SJohn MarinoKMOD= syscall 686d7f5d3SJohn MarinoSRCS= syscall.c 786d7f5d3SJohn Marino 886d7f5d3SJohn Marino.include <bsd.kmod.mk> 9