Makefile (380a989b3223d455375b4fae70fd0b9bdd43bafb) Makefile (11f0b352e05306cf6f1f85e9087022c0a92624a3)
1# Makefile for sample syscall module
1# $FreeBSD$
2
3SUBDIR= module test
4
2
3SUBDIR= module test
4
5load: _SUBDIRUSE
5load unload: _SUBDIR
6
6
7unload: _SUBDIRUSE
8
9.include <bsd.subdir.mk>
7.include <bsd.subdir.mk>