freebsd_amp_hwpstate/share/examples/kld/syscall/Makefile

10 lines
122 B
Makefile

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