freebsd-nq/share/examples/kld/syscall/Makefile
Doug Rabson 380a989b32 Replace the misc example with a simpler syscall example using the new
module registration hooks for syscalls.

Submitted by: Assar Westerlund <assar@sics.se>
1999-01-09 14:26:22 +00:00

10 lines
122 B
Makefile

# Makefile for sample syscall module
SUBDIR= module test
load: _SUBDIRUSE
unload: _SUBDIRUSE
.include <bsd.subdir.mk>