diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-12-30 19:55:23 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-12-30 19:55:23 +0000 |
commit | f01aaa89f6139bfd3eb2025c267bb335446b4a94 (patch) | |
tree | a6b9dbfd5f9d326109e4bef4896f60d88e7e4edd /sysutils/x86info/files/patch-Makefile | |
parent | Document twiki - multiple vulnerabilities (diff) |
- Update to 1.23.
This revision includes the new tool called lsmsr, which lists all known
MSRs of a specific cpu. Check lsmsr.8 for details.
Notes
Notes:
svn path=/head/; revision=225016
Diffstat (limited to 'sysutils/x86info/files/patch-Makefile')
-rw-r--r-- | sysutils/x86info/files/patch-Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile index a8ace0d5414d..484a3df508ae 100644 --- a/sysutils/x86info/files/patch-Makefile +++ b/sysutils/x86info/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig Sun Aug 24 16:14:00 2003 -+++ Makefile Sun Aug 24 16:15:05 2003 -@@ -4,7 +4,7 @@ - #CFLAGS += -mwin32 -DWIN32_LEAN_AND_MEAN - SHELL = /bin/sh +--- Makefile.orig 2008-12-30 22:24:01.000000000 +0300 ++++ Makefile 2008-12-30 22:24:09.000000000 +0300 +@@ -15,7 +15,7 @@ + $(CC) $(CFLAGS) -o $@ -c $< --all: x86info test -+all: x86info - OBJS =\ - AMD/identify.o\ +-all: x86info test lsmsr ++all: x86info lsmsr + + + LSMSR_TMP_HEADERS=AMD/k8.h AMD/fam10h.h generic_msr.h |