diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-27 03:07:27 +0000 |
commit | 1784d64eb85eb63599204bb31b826970b6661e65 (patch) | |
tree | 31089dd6c9e4a7feeac25f24574e6269b75f5db0 /share/examples/lkm/misc | |
parent | fe49c1266233ddc2306072aefb4e1c1d045060fe (diff) |
Diffstat (limited to 'share/examples/lkm/misc')
-rw-r--r-- | share/examples/lkm/misc/module/Makefile | 2 | ||||
-rw-r--r-- | share/examples/lkm/misc/test/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/lkm/misc/module/Makefile b/share/examples/lkm/misc/module/Makefile index 108498b56b83c..6c08a6617e7dd 100644 --- a/share/examples/lkm/misc/module/Makefile +++ b/share/examples/lkm/misc/module/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1995/07/27 09:44:35 joerg Exp $ +# $Id: Makefile,v 1.3 1995/12/25 07:18:49 bde Exp $ # BINDIR= /tmp SRCS= misccall.c miscmod.c diff --git a/share/examples/lkm/misc/test/Makefile b/share/examples/lkm/misc/test/Makefile index 4ea3a98053c6b..5bfb2536e3a22 100644 --- a/share/examples/lkm/misc/test/Makefile +++ b/share/examples/lkm/misc/test/Makefile @@ -34,7 +34,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.2 1995/07/27 09:45:26 joerg Exp $ +# $Id: Makefile,v 1.3 1995/12/25 07:18:59 bde Exp $ # PROG= testmisc NOMAN= |