Deleted Added
full compact
Makefile (99771) Makefile (299293)
1# $FreeBSD: head/share/examples/kld/cdev/Makefile 99771 2002-07-11 13:38:05Z ru $
1# $FreeBSD: head/share/examples/kld/cdev/Makefile 299293 2016-05-10 00:51:50Z gjb $
2
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/kld/cdev
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>