summaryrefslogtreecommitdiff
path: root/sysutils/x86info/files/patch-Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 18:13:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-14 18:13:23 +0000
commit0b278f3c0b570f992bb51549ec44443b1ed0f7c8 (patch)
tree8865a6d4516679895ea50eb42e843ffe4097fd6f /sysutils/x86info/files/patch-Makefile
parentRemove prototype, so it still compiles under CURRENT (diff)
add x86info
Utility to display information about the systems x86 processor(s) PR: 30116 Submitted by: Erik Greenwald <erik@smluc.org>
Notes
Notes: svn path=/head/; revision=48763
Diffstat (limited to 'sysutils/x86info/files/patch-Makefile')
-rw-r--r--sysutils/x86info/files/patch-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/x86info/files/patch-Makefile b/sysutils/x86info/files/patch-Makefile
new file mode 100644
index 000000000000..88d0fde539d3
--- /dev/null
+++ b/sysutils/x86info/files/patch-Makefile
@@ -0,0 +1,18 @@
+--- Makefile.orig Mon Oct 15 02:07:53 2001
++++ Makefile Mon Oct 15 02:08:22 2001
+@@ -1,4 +1,4 @@
+-CFLAGS = -Wall -W -g -O2
++#CFLAGS = -Wall -W -g -O2
+ all: x86info
+
+ OBJS =\
+@@ -22,6 +22,9 @@
+
+ x86info: $(OBJS)
+ gcc -o x86info $(OBJS)
++
++.c.o:
++ gcc $(CFLAGS) -o $@ -c $<
+
+ clean:
+ rm -f *.o x86info