Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: tpmd_dev/openbsd/Makefile

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tpmd_dev/linux/tpmd_dev.rules.in ('k') | tpmd_dev/openbsd/tpmd_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tpmd_dev/linux/tpmd_dev.rules.in ('k') | tpmd_dev/openbsd/tpmd_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698