freebsd-nq/share/examples/kld/syscall/Makefile

10 lines
122 B
Makefile
Raw Normal View History

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