| Index: tpmd_dev/openbsd/Makefile
 | 
| diff --git a/tpmd_dev_openbsd/Makefile b/tpmd_dev/openbsd/Makefile
 | 
| similarity index 75%
 | 
| rename from tpmd_dev_openbsd/Makefile
 | 
| rename to tpmd_dev/openbsd/Makefile
 | 
| index 77e1ec620ef2c6bc41b682255a4ebba11da9aae5..177878762eb89fa2c2eb3bab20a7a3e20338f720 100644
 | 
| --- a/tpmd_dev_openbsd/Makefile
 | 
| +++ b/tpmd_dev/openbsd/Makefile
 | 
| @@ -1,6 +1,6 @@
 | 
| -# Software-Based Trusted Platform Module (TPM) Emulator for OpenBSD
 | 
| +# Software-based Trusted Platform Module (TPM) Emulator
 | 
| +# Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
 | 
|  # Copyright (C) 2007 Sebastian Schuetz <sebastian_schuetz@genua.de>
 | 
| -# Copyright (C) 2007 Mario Strasser <mast@gmx.net>
 | 
|  #
 | 
|  # $Id$
 | 
|  
 | 
| @@ -25,5 +25,5 @@ unload: rknod
 | 
|  mknod:
 | 
|  	mknod -m 644 /dev/tpm c 29 0
 | 
|  
 | 
| -rknod:
 | 
| +rmnod:
 | 
|  	rm /dev/tpm
 | 
| 
 |