Makefile (11f0b352e05306cf6f1f85e9087022c0a92624a3) | Makefile (a5921bc3653e2e286715e6fe8d473ec0d02da38c) |
---|---|
1# $FreeBSD$ 2 | 1# $FreeBSD$ 2 |
3PACKAGE=examples 4FILESDIR=${SHAREDIR}/examples/kld/syscall |
|
3SUBDIR= module test 4 5load unload: _SUBDIR 6 7.include <bsd.subdir.mk> | 5SUBDIR= module test 6 7load unload: _SUBDIR 8 9.include <bsd.subdir.mk> |