opnsense-src/share/examples/kld/syscall/test/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

6 lines
92 B
Makefile

# Makefile for simple caller of syscall
PROG = call
NOMAN = noman
.include <bsd.prog.mk>